mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Delete menu when done
This commit is contained in:
parent
d1d63c7b17
commit
80a5a118d4
@ -2037,6 +2037,8 @@ void LabelTrack::ShowContextMenu()
|
||||
|
||||
parent->PopupMenu(menu, x, ls->y + (mIconHeight / 2) - 1);
|
||||
|
||||
delete menu;
|
||||
|
||||
// it's an invalid dragging event
|
||||
SetWrongDragging(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user