Browse Source

Made copied DrawableText objects update their bounds.

tags/2021-05-28
jules 11 years ago
parent
commit
c485fae6d9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_gui_basics/drawables/juce_DrawableText.cpp

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

@@ -42,6 +42,7 @@ DrawableText::DrawableText (const DrawableText& other)
colour (other.colour),
justification (other.justification)
{
refreshBounds();
}
DrawableText::~DrawableText()


Loading…
Cancel
Save