initialize _font

This commit is contained in:
Dana Jansens 2003-02-15 12:46:40 +00:00
parent 7fe3301e7e
commit d2dcef4675

View file

@ -13,6 +13,7 @@ namespace otk {
Label::Label(Widget *parent)
: Widget(parent),
_text(""),
_font(0),
_justify_horz(RenderStyle::LeftTopJustify),
_justify_vert(RenderStyle::LeftTopJustify),
_highlight(false)