We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0911d commit 1957950Copy full SHA for 1957950
modules/juce_gui_basics/drawables/juce_DrawableText.h
@@ -120,7 +120,7 @@ class JUCE_API DrawableText : public Drawable
120
private:
121
//==============================================================================
122
Parallelogram<float> bounds;
123
- float fontHeight, fontHScale;
+ float fontHeight{}, fontHScale{};
124
Font font { withDefaultMetrics (FontOptions{}) }, scaledFont { withDefaultMetrics (FontOptions{}) };
125
String text;
126
bool preserveWhitespace = false;
0 commit comments