diff --git a/x-IMU3-GUI/Source/Windows/Graphs/GraphWindow.cpp b/x-IMU3-GUI/Source/Windows/Graphs/GraphWindow.cpp index 562c08fe..cf6b4e25 100644 --- a/x-IMU3-GUI/Source/Windows/Graphs/GraphWindow.cpp +++ b/x-IMU3-GUI/Source/Windows/Graphs/GraphWindow.cpp @@ -231,7 +231,7 @@ juce::PopupMenu GraphWindow::getMenu() writeToValueTree(settings); repaint(); // refresh legend text color }); - menu.addItem("Scale to Fit", true, false, [this] + menu.addItem("Scale to Fit (Double Click)", true, false, [this] { settingsTree.setProperty("scaleToFit", (bool) settingsTree["scaleToFit"] == false, nullptr); });