mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
For for Component::beginDragAutoRepeat(). Fix for ppc atomics compilation. Fix for jucer image code generation.
This commit is contained in:
parent
216d258ceb
commit
bd4df346bc
9 changed files with 31 additions and 49 deletions
|
|
@ -358,8 +358,7 @@ public:
|
|||
|
||||
void handleAsyncUpdate()
|
||||
{
|
||||
if (! isDragging())
|
||||
setScreenPos (Desktop::getMousePosition(), jmax (lastTime, Time::currentTimeMillis()), true);
|
||||
setScreenPos (Desktop::getMousePosition(), jmax (lastTime, Time::currentTimeMillis()), true);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue