mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-23 17:11:13 +01:00
fixed label popup menu
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user