Timeline: Fix region DND onto last track that was a connection DND source.

pull/119/merge
Jonathan Moore Liles 2021-01-05 20:36:14 -08:00
parent 826bea3c30
commit e7c85f1a37
1 changed files with 1 additions and 0 deletions

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);