mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
New methods for Path, Line, ValueTree. Changed the Graphics::fillCheckerBoard parameters to take a Rectangle object. Fixed Component::centreWithSize to handle multi-monitor setups.
This commit is contained in:
parent
d3cf0870d9
commit
e3d97820d1
29 changed files with 573 additions and 140 deletions
|
|
@ -2851,8 +2851,7 @@ void juce_updateMultiMonitorInfo (Array <Rectangle<int> >& monitorCoords, const
|
|||
|
||||
if (monitorCoords.size() == 0)
|
||||
{
|
||||
monitorCoords.add (Rectangle<int> (0, 0,
|
||||
DisplayWidth (display, DefaultScreen (display)),
|
||||
monitorCoords.add (Rectangle<int> (DisplayWidth (display, DefaultScreen (display)),
|
||||
DisplayHeight (display, DefaultScreen (display))));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue