diff --git a/modules/juce_gui_basics/drawables/juce_Drawable.cpp b/modules/juce_gui_basics/drawables/juce_Drawable.cpp index fb00b937b9..f9b0944d78 100644 --- a/modules/juce_gui_basics/drawables/juce_Drawable.cpp +++ b/modules/juce_gui_basics/drawables/juce_Drawable.cpp @@ -32,6 +32,7 @@ Drawable::Drawable (const Drawable& other) : Component (other.getName()) { setComponentID (other.getComponentID()); + setTransform (other.getTransform()); } Drawable::~Drawable()