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

Couple of minor changes to Line and Graphics methods. Small fix for mouse event handling.

This commit is contained in:
Julian Storer 2010-06-08 19:11:26 +01:00
parent bab3c321c9
commit 0e59a56a51
15 changed files with 378 additions and 82 deletions

View file

@ -148,6 +148,8 @@ public:
if (buttonState == newButtonState)
return false;
setScreenPos (screenPos, time, false);
// (ignore secondary clicks when there's already a button down)
if (buttonState.isAnyMouseButtonDown() == newButtonState.isAnyMouseButtonDown())
{