From: Dana Jansens Date: Tue, 28 Jan 2003 00:30:57 +0000 (+0000) Subject: setStyle in the constructor X-Git-Tag: openbox-2_3_0~183 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5de751b104a25971a5f3c52feeadfd406bedce48;p=dana%2Fopenbox.git setStyle in the constructor --- 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()