mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 09:28:07 +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)
|
if (!lTrack)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
lTrack->HandleTextDragRelease(event);
|
||||||
|
|
||||||
/// \todo This method is one of a large number of methods in
|
/// \todo This method is one of a large number of methods in
|
||||||
/// TrackPanel which suitably modified belong in other classes.
|
/// TrackPanel which suitably modified belong in other classes.
|
||||||
if (event.Dragging()) {
|
if (event.Dragging()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user