Oops. Actually ignore modifiers for timeline keys.

This commit is contained in:
Jonathan Moore Liles 2008-05-06 18:38:55 -05:00
parent c413255e4a
commit 281607550b
1 changed files with 1 additions and 1 deletions

View File

@ -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;