Browse Source

Also copy transforms when copying drawables

tags/2021-05-28
hogliux 10 years ago
parent
commit
f59ab9e4a3
1 changed files with 1 additions and 0 deletions
  1. +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()


Loading…
Cancel
Save