From: Dana Jansens Date: Sat, 15 Feb 2003 12:46:40 +0000 (+0000) Subject: initialize _font X-Git-Tag: openbox-3_0-rc1-RELEASE~2097 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d2dcef46752df01312cbb3c5a89b3227c6959087;p=mikachu%2Fopenbox.git initialize _font --- diff --git a/otk/label.cc b/otk/label.cc index 587e3212..a267039d 100644 --- a/otk/label.cc +++ b/otk/label.cc @@ -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)