1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Minor fixes for mac 10.4 atomics, mouse dragging, tooltips.

This commit is contained in:
Julian Storer 2010-07-28 13:57:58 +01:00
parent b61ac0ea3c
commit dcaa6ceb36
6 changed files with 50 additions and 32 deletions

View file

@ -358,7 +358,7 @@ public:
void handleAsyncUpdate()
{
setScreenPos (Desktop::getMousePosition(), jmax (lastTime, Time::currentTimeMillis()), true);
setScreenPos (lastScreenPos, jmax (lastTime, Time::currentTimeMillis()), true);
}
//==============================================================================