diff --git a/Timeline/Timeline.C b/Timeline/Timeline.C index e60e9d1..419f7ab 100644 --- a/Timeline/Timeline.C +++ b/Timeline/Timeline.C @@ -957,6 +957,9 @@ Timeline::handle ( int m ) { // take_focus(); + if ( Fl::event_state() & ( FL_ALT | FL_CTRL | FL_SHIFT ) ) + return 0; + if ( Fl::event_button1() ) { assert( ! drag );