mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
ResizableBorderComponent fix. Jucer development.
This commit is contained in:
parent
cc5f0a50b9
commit
00ac238956
13 changed files with 433 additions and 88 deletions
|
|
@ -469,6 +469,9 @@ private:
|
|||
mouseMovedSignificantlySincePressed = mouseMovedSignificantlySincePressed
|
||||
|| mouseDowns[0].position.getDistanceFrom (screenPos) >= 4;
|
||||
}
|
||||
|
||||
MouseInputSourceInternal (const MouseInputSourceInternal&);
|
||||
MouseInputSourceInternal& operator= (const MouseInputSourceInternal&);
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue