From d2dcef46752df01312cbb3c5a89b3227c6959087 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 15 Feb 2003 12:46:40 +0000 Subject: [PATCH] initialize _font --- otk/label.cc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2