This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Made copied DrawableText objects update their bounds.
tags/2021-05-28
jules
11 years ago
parent
9e5e5c82da
commit
c485fae6d9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save