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
Also copy transforms when copying drawables
tags/2021-05-28
hogliux
10 years ago
parent
6bb8bf3761
commit
f59ab9e4a3
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_Drawable.cpp
+ 1
- 0
modules/juce_gui_basics/drawables/juce_Drawable.cpp
View File
@@ -32,6 +32,7 @@ Drawable::Drawable (const Drawable& other)
: Component (other.getName())
{
setComponentID (other.getComponentID());
setTransform (other.getTransform());
}
Drawable::~Drawable()
Write
Preview
Loading…
Cancel
Save