Skip to content

Commit

Permalink
Rename to "Scale to Fit (Double Click)"
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleBakker committed Sep 22, 2023
1 parent 39684de commit f9efa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-IMU3-GUI/Source/Windows/Graphs/GraphWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit f9efa8d

Please sign in to comment.