Browse Source

Fix for the copy constructor of DrawableRectangle

tags/2021-05-28
jules 8 years ago
parent
commit
48db4fa75a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp

+ 1
- 0
modules/juce_gui_basics/drawables/juce_DrawableRectangle.cpp View File

@@ -31,6 +31,7 @@ DrawableRectangle::DrawableRectangle (const DrawableRectangle& other)
bounds (other.bounds),
cornerSize (other.cornerSize)
{
rebuildPath();
}
DrawableRectangle::~DrawableRectangle()


Loading…
Cancel
Save