This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Timeline: Fix false region drag between tracks triggered by region context menu use.
tags/non-daw-v1.2.0
Jonathan Moore Liles
9 years ago
parent
40e7b77420
commit
dc25c750fb
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
timeline/src/Audio_Region.C
+ 4
- 0
timeline/src/Audio_Region.C
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:
Write
Preview
Loading…
Cancel
Save