mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
This commit is contained in:
parent
d451265c05
commit
9c2d6fcd40
3 changed files with 3 additions and 0 deletions
|
|
@ -60930,6 +60930,7 @@ void MenuBarComponent::showMenu (int index)
|
|||
|
||||
indexToShowAgain = -1;
|
||||
currentPopupIndex = -1;
|
||||
itemUnderMouse = index;
|
||||
deleteAndZero (currentPopup);
|
||||
menuBarItemsChanged (0);
|
||||
|
||||
|
|
|
|||
|
|
@ -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&);
|
||||
|
|
|
|||
|
|
@ -196,6 +196,7 @@ void MenuBarComponent::showMenu (int index)
|
|||
|
||||
indexToShowAgain = -1;
|
||||
currentPopupIndex = -1;
|
||||
itemUnderMouse = index;
|
||||
deleteAndZero (currentPopup);
|
||||
menuBarItemsChanged (0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue