1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00
This commit is contained in:
jules 2008-08-03 19:49:32 +00:00
parent d451265c05
commit 9c2d6fcd40
3 changed files with 3 additions and 0 deletions

View file

@ -196,6 +196,7 @@ void MenuBarComponent::showMenu (int index)
indexToShowAgain = -1;
currentPopupIndex = -1;
itemUnderMouse = index;
deleteAndZero (currentPopup);
menuBarItemsChanged (0);