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
commit
e7c85f1a37
1 changed files with 1 additions and 0 deletions
  1. +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);


Loading…
Cancel
Save