1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

fixed label popup menu

This commit is contained in:
Paul Licameli 2015-08-23 11:56:37 -04:00
parent d7e38a9683
commit 372e2f9587

View File

@ -6842,6 +6842,8 @@ void TrackPanel::HandleTextDragRelease(LabelTrack * lTrack, wxMouseEvent & event
if (!lTrack)
return;
lTrack->HandleTextDragRelease(event);
/// \todo This method is one of a large number of methods in
/// TrackPanel which suitably modified belong in other classes.
if (event.Dragging()) {