mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Prior to this commit it was possible to get the menu bar deactivated by moving the mouse to an adjacent menu item and then back again. If the movement was quick enough the corresponding PopupMenu would be dismissed and created again before the dismissal's async command handler would run. The command handler would see that the dismissed menu's index and the currently activated index are equal and deactivate the menu bar. |
||
|---|---|---|
| .. | ||
| juce_BurgerMenuComponent.cpp | ||
| juce_BurgerMenuComponent.h | ||
| juce_MenuBarComponent.cpp | ||
| juce_MenuBarComponent.h | ||
| juce_MenuBarModel.cpp | ||
| juce_MenuBarModel.h | ||
| juce_PopupMenu.cpp | ||
| juce_PopupMenu.h | ||