mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
whitespace
This commit is contained in:
parent
9062ad9ec1
commit
1631daca26
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ bool Button::isMouseOrTouchOver (const MouseEvent& e)
|
|||
{
|
||||
if (e.source.isTouch())
|
||||
return getLocalBounds().toFloat().contains (e.position);
|
||||
|
||||
|
||||
return isMouseOver();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue