Browse Source

Change label of allowCursorLock setting in menu.

tags/v2.0.3
Andrew Belt 2 years ago
parent
commit
169b869d32
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/MenuBar.cpp

+ 1
- 1
src/app/MenuBar.cpp View File

@@ -425,7 +425,7 @@ struct ViewButton : MenuButton {


menu->addChild(new ui::MenuSeparator); menu->addChild(new ui::MenuSeparator);


menu->addChild(createBoolPtrMenuItem("Hide cursor while dragging", "", &settings::allowCursorLock));
menu->addChild(createBoolPtrMenuItem("Lock cursor while dragging params", "", &settings::allowCursorLock));


static const std::vector<std::string> knobModeLabels = { static const std::vector<std::string> knobModeLabels = {
"Linear", "Linear",


Loading…
Cancel
Save