mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace
This commit is contained in:
parent
fb34363c0a
commit
5d9eb7ee1f
1 changed files with 1 additions and 1 deletions
|
|
@ -1368,7 +1368,7 @@ public:
|
|||
return { (int16) roundToInt (rect.top * desktopScale),
|
||||
(int16) roundToInt (rect.left * desktopScale),
|
||||
(int16) roundToInt (rect.bottom * desktopScale),
|
||||
(int16) roundToInt (rect.right * desktopScale)};
|
||||
(int16) roundToInt (rect.right * desktopScale) };
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue