Browse Source

Oops. Actually ignore modifiers for timeline keys.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
281607550b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Timeline.C

+ 1
- 1
Timeline/Timeline.C 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;



Loading…
Cancel
Save