1
0
Fork 0
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:
Julian Storer 2010-04-04 09:52:03 +01:00
parent cc5f0a50b9
commit 00ac238956
13 changed files with 433 additions and 88 deletions

View file

@ -469,6 +469,9 @@ private:
mouseMovedSignificantlySincePressed = mouseMovedSignificantlySincePressed
|| mouseDowns[0].position.getDistanceFrom (screenPos) >= 4;
}
MouseInputSourceInternal (const MouseInputSourceInternal&);
MouseInputSourceInternal& operator= (const MouseInputSourceInternal&);
};
//==============================================================================