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:
parent
d7e38a9683
commit
372e2f9587
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user