This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fix for the copy constructor of DrawableRectangle
tags/2021-05-28
jules
8 years ago
parent
55194a09d2
commit
48db4fa75a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save