Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
9c2d6fcd40
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      juce_amalgamated.cpp
  2. +1
    -0
      juce_amalgamated.h
  3. +1
    -0
      src/juce_appframework/gui/components/menus/juce_MenuBarComponent.cpp

+ 1
- 0
juce_amalgamated.cpp View File

@@ -60930,6 +60930,7 @@ void MenuBarComponent::showMenu (int index)

indexToShowAgain = -1;
currentPopupIndex = -1;
itemUnderMouse = index;
deleteAndZero (currentPopup);
menuBarItemsChanged (0);



+ 1
- 0
juce_amalgamated.h 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&);


+ 1
- 0
src/juce_appframework/gui/components/menus/juce_MenuBarComponent.cpp View File

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


Loading…
Cancel
Save