Use stricter shortcut for timeline context menu.

pull/3/head
Jonathan Moore Liles 2008-05-05 22:00:30 -05:00
parent f9d93f4307
commit b3c3a3956b
1 changed files with 1 additions and 1 deletions

View File

@ -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[] =
{