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) {