From 5de751b104a25971a5f3c52feeadfd406bedce48 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 Jan 2003 00:30:57 +0000 Subject: [PATCH] setStyle in the constructor --- otk/focuslabel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 08f2af86..6d034794 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -13,6 +13,7 @@ namespace otk { FocusLabel::FocusLabel(Widget *parent) : FocusWidget(parent), _text("") { + setStyle(_style); } FocusLabel::~FocusLabel() -- 2.39.2