Browse Source

Tweak wording of AllowCursorLockItem in menu bar.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
a682e738a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/MenuBar.cpp

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

@@ -221,7 +221,7 @@ struct EditButton : MenuButton {
menu->addChild(new ui::MenuSeparator);

AllowCursorLockItem* allowCursorLockItem = new AllowCursorLockItem;
allowCursorLockItem->text = "Lock cursor when dragging parameters";
allowCursorLockItem->text = "Hide cursor while dragging";
allowCursorLockItem->rightText = CHECKMARK(settings::allowCursorLock);
menu->addChild(allowCursorLockItem);



Loading…
Cancel
Save