Browse Source

Change label of AllowCursorLockItem in menu bar.

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

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

@@ -428,7 +428,7 @@ struct ViewButton : MenuButton {
menu->addChild(paramTooltipItem);

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



Loading…
Cancel
Save