diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-11 21:33:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-11 21:51:42 +0300 |
commit | 201a46269567e69151572e65f4f5fc05376f7437 (patch) | |
tree | 0fb6040dfbdaad0e561d04f77ea51645f61a0ff0 /src/gui/models/touchactionmodel.cpp | |
parent | 35d742677a59b4340b24f703bad666f3700b14b5 (diff) | |
download | mv-201a46269567e69151572e65f4f5fc05376f7437.tar.gz mv-201a46269567e69151572e65f4f5fc05376f7437.tar.bz2 mv-201a46269567e69151572e65f4f5fc05376f7437.tar.xz mv-201a46269567e69151572e65f4f5fc05376f7437.zip |
Add item shortcut keys into allowed action for onscreen buttons.
Diffstat (limited to 'src/gui/models/touchactionmodel.cpp')
-rw-r--r-- | src/gui/models/touchactionmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/touchactionmodel.cpp b/src/gui/models/touchactionmodel.cpp index 4245f5dec..c75c5985e 100644 --- a/src/gui/models/touchactionmodel.cpp +++ b/src/gui/models/touchactionmodel.cpp @@ -27,7 +27,7 @@ #include "debug.h" -const int touchActionDataSize = 4; +const int touchActionDataSize = 5; static class SortTouchActionFunctor final { |