1
0
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:
Leland Lucius 2015-07-31 16:03:32 -05:00
parent d1d63c7b17
commit 80a5a118d4

View File

@ -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);
}