1
0
Fork 0
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:
Julian Storer 2011-08-24 20:25:36 +01:00
parent d86d68446c
commit 3744efa6ea
3 changed files with 37 additions and 63 deletions

View file

@ -163,7 +163,7 @@ public:
[menu performSelector: @selector (cancelTracking)];
}
if (Time::getMillisecondCounter() > lastUpdateTime + 500)
if (Time::getMillisecondCounter() > lastUpdateTime + 100)
(new AsyncMenuUpdater())->post();
}