Use stricter shortcut for timeline context menu.
This commit is contained in:
parent
f9d93f4307
commit
b3c3a3956b
|
@ -900,7 +900,7 @@ Timeline::handle ( int m )
|
|||
_selection.x = drag->x;
|
||||
_selection.y = drag->y;
|
||||
}
|
||||
else if ( Fl::event_button3() )
|
||||
else if ( Fl::test_shortcut( FL_BUTTON3 ) && ! Fl::event_shift() )
|
||||
{
|
||||
Fl_Menu_Item menu[] =
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue