Browse Source

Change allowCursorLock menu item.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
59fef98b52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/MenuBar.cpp

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

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


CursorLockItem *cursorLockItem = new CursorLockItem; CursorLockItem *cursorLockItem = new CursorLockItem;
cursorLockItem->text = "Hide cursor while dragging";
cursorLockItem->text = "Lock cursor while dragging";
cursorLockItem->rightText = CHECKMARK(settings::allowCursorLock); cursorLockItem->rightText = CHECKMARK(settings::allowCursorLock);
menu->addChild(cursorLockItem); menu->addChild(cursorLockItem);




Loading…
Cancel
Save