Timeline: Fix false region drag between tracks triggered by region context menu use.
This commit is contained in:
parent
40e7b77420
commit
dc25c750fb
|
@ -789,6 +789,10 @@ Audio_Region::handle ( int m )
|
||||||
|
|
||||||
Logger _log( this );
|
Logger _log( this );
|
||||||
|
|
||||||
|
if ( ! Fl::pushed() )
|
||||||
|
// selecting an item from the context menu can leave this value set.
|
||||||
|
Sequence_Widget::pushed( NULL );
|
||||||
|
|
||||||
switch ( m )
|
switch ( m )
|
||||||
{
|
{
|
||||||
case FL_FOCUS:
|
case FL_FOCUS:
|
||||||
|
|
Loading…
Reference in New Issue