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

whitespace

This commit is contained in:
ed 2016-08-08 16:42:39 +01:00
parent 9062ad9ec1
commit 1631daca26

View file

@ -480,7 +480,7 @@ bool Button::isMouseOrTouchOver (const MouseEvent& e)
{
if (e.source.isTouch())
return getLocalBounds().toFloat().contains (e.position);
return isMouseOver();
}