mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed an issue adding two RectangleLists
This commit is contained in:
parent
9dda1432df
commit
b25c14535a
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ public:
|
|||
void add (const RectangleList& other)
|
||||
{
|
||||
for (auto& r : other)
|
||||
add (*r);
|
||||
add (r);
|
||||
}
|
||||
|
||||
/** Removes a rectangular region from the list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue