1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +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

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

View file

@ -43195,6 +43195,7 @@ private:
void hideCurrentMenu();
void timerCallback();
void repaintMenuItem (int index);
void showMenuInternal (const int menuIndex);
MenuBarComponent (const MenuBarComponent&);
const MenuBarComponent& operator= (const MenuBarComponent&);

View file

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