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 region DND onto last track that was a connection DND source.
tags/non-daw-v1.3.0
Jonathan Moore Liles
2 years ago
parent
826bea3c30
commit
e7c85f1a37
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
timeline/src/Track.C
+ 1
- 0
timeline/src/Track.C
View File
@@ -1182,6 +1182,7 @@ Track::handle ( int m )
return Fl_Group::handle( m );
break;
case FL_DND_RELEASE:
dragging = NULL;
receptive_to_drop = 0;
redraw();
Fl::selection_owner(0);
Write
Preview
Loading…
Cancel
Save