13
0

Don't allow user to change function of modifier buttons.

This commit is contained in:
Len Ovens 2015-06-05 16:32:19 -07:00 committed by Paul Davis
parent 88b0e0cd0b
commit 72416e9432

View File

@ -70,10 +70,6 @@ public:
Busses,
Outputs,
User,
Shift,
Option,
Ctrl,
CmdAlt,
Read,
Write,
Trim,
@ -107,6 +103,13 @@ public:
FinalGlobalButton,
/* Global buttons that users should not redefine */
Shift,
Option,
Ctrl,
CmdAlt,
/* Strip buttons */
RecEnable,