From f9056326ad795518e0b6c6360eb7b32ce9c17f0a Mon Sep 17 00:00:00 2001 From: Eknous-P Date: Sun, 7 Apr 2024 01:21:31 +0400 Subject: [PATCH] missing? --- src/gui/xyOsc.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/xyOsc.cpp b/src/gui/xyOsc.cpp index 930ed5d60..5a727127d 100644 --- a/src/gui/xyOsc.cpp +++ b/src/gui/xyOsc.cpp @@ -222,6 +222,10 @@ void FurnaceGUI::drawXYOsc() { if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) { xyOscOptions=true; } + if (ImGui::IsItemHovered() && CHECK_LONG_HOLD) { + NOTIFY_LONG_HOLD; + xyOscOptions=true; + } } } if (noPadding) {