1
0
Fork 0
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:
Julian Storer 2010-06-23 11:02:30 +01:00
parent d3cf0870d9
commit e3d97820d1
29 changed files with 573 additions and 140 deletions

View file

@ -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))));
}
}