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:
parent
9e5e5c82da
commit
c485fae6d9
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ DrawableText::DrawableText (const DrawableText& other)
|
|||
colour (other.colour),
|
||||
justification (other.justification)
|
||||
{
|
||||
refreshBounds();
|
||||
}
|
||||
|
||||
DrawableText::~DrawableText()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue