mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tweaked some timings for mac native menus. Minor clean-ups.
This commit is contained in:
parent
d86d68446c
commit
3744efa6ea
3 changed files with 37 additions and 63 deletions
|
|
@ -163,7 +163,7 @@ public:
|
|||
[menu performSelector: @selector (cancelTracking)];
|
||||
}
|
||||
|
||||
if (Time::getMillisecondCounter() > lastUpdateTime + 500)
|
||||
if (Time::getMillisecondCounter() > lastUpdateTime + 100)
|
||||
(new AsyncMenuUpdater())->post();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue