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:
parent
55922e91da
commit
28518aa834
13 changed files with 288 additions and 336 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue