mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Fix for the copy constructor of DrawableRectangle
This commit is contained in:
parent
55194a09d2
commit
48db4fa75a
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ DrawableRectangle::DrawableRectangle (const DrawableRectangle& other)
|
|||
bounds (other.bounds),
|
||||
cornerSize (other.cornerSize)
|
||||
{
|
||||
rebuildPath();
|
||||
}
|
||||
|
||||
DrawableRectangle::~DrawableRectangle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue