mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Refactored midi input code to allow unlimited syex length + partial sysex callbacks on win32. Fixed a few problems with menu bars, Quicktime, AudioUnits. Modernised some old win32 file chooser code. Tweaked some window border rendering.
This commit is contained in:
parent
9168728a7e
commit
d508109296
27 changed files with 1339 additions and 1376 deletions
|
|
@ -235,9 +235,7 @@ void MenuBarComponent::handleCommandMessage (int commandId)
|
|||
{
|
||||
const Point<int> mousePos (getMouseXYRelative());
|
||||
updateItemUnderMouse (mousePos.getX(), mousePos.getY());
|
||||
|
||||
if (! isCurrentlyBlockedByAnotherModalComponent())
|
||||
setOpenItem (-1);
|
||||
setOpenItem (-1);
|
||||
|
||||
if (commandId != 0 && model != 0)
|
||||
model->menuItemSelected (commandId, topLevelIndexClicked);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue