Timeline: Fix false region drag between tracks triggered by region context menu use.

pull/186/head
Jonathan Moore Liles 2015-09-09 17:19:30 -07:00
parent 40e7b77420
commit dc25c750fb
1 changed files with 4 additions and 0 deletions

View File

@ -789,6 +789,10 @@ Audio_Region::handle ( int m )
Logger _log( this );
if ( ! Fl::pushed() )
// selecting an item from the context menu can leave this value set.
Sequence_Widget::pushed( NULL );
switch ( m )
{
case FL_FOCUS: