1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build.

This commit is contained in:
Julian Storer 2010-03-08 18:16:24 +00:00
parent 55922e91da
commit 28518aa834
13 changed files with 288 additions and 336 deletions

View file

@ -244,7 +244,7 @@ public:
const int rw = roundToInt (dw), rh = roundToInt (dh);
g.saveState();
g.excludeClipRegion (rx, ry, rw, rh);
g.excludeClipRegion (Rectangle<int> (rx, ry, rw, rh));
g.fillAll (Colours::black);
g.restoreState();