Oops. Actually ignore modifiers for timeline keys.
This commit is contained in:
parent
c413255e4a
commit
281607550b
|
@ -819,7 +819,7 @@ Timeline::handle ( int m )
|
|||
case FL_KEYBOARD:
|
||||
case FL_SHORTCUT:
|
||||
{
|
||||
if ( Fl::event_state() & ( FL_ALT || FL_CTRL || FL_SHIFT ) )
|
||||
if ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) )
|
||||
/* we don't want any keys with modifiers... */
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue