diff options
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r-- | src/itemshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h index fcec3d7d..0849a8d1 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -109,7 +109,7 @@ class ItemShortcut void save(); int mItems[SHORTCUT_ITEMS]; /**< The items stored. */ - int mItemSelected; /**< The item held by cursor. */ + int mItemSelected = -1; /**< The item held by cursor. */ }; |