1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Made copied DrawableText objects update their bounds.

This commit is contained in:
jules 2013-09-24 17:26:10 +01:00
parent 9e5e5c82da
commit c485fae6d9

View file

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