initialize _font
This commit is contained in:
parent
7fe3301e7e
commit
d2dcef4675
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ namespace otk {
|
||||||
Label::Label(Widget *parent)
|
Label::Label(Widget *parent)
|
||||||
: Widget(parent),
|
: Widget(parent),
|
||||||
_text(""),
|
_text(""),
|
||||||
|
_font(0),
|
||||||
_justify_horz(RenderStyle::LeftTopJustify),
|
_justify_horz(RenderStyle::LeftTopJustify),
|
||||||
_justify_vert(RenderStyle::LeftTopJustify),
|
_justify_vert(RenderStyle::LeftTopJustify),
|
||||||
_highlight(false)
|
_highlight(false)
|
||||||
|
|
Loading…
Reference in a new issue