setStyle in the constructor
authorDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 00:30:57 +0000 (00:30 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 00:30:57 +0000 (00:30 +0000)
otk/focuslabel.cc

index 08f2af86823123792075b66f7f2209cbb79c49c6..6d034794a3973d20847688ab2f5174a085d9c5bf 100644 (file)
@@ -13,6 +13,7 @@ namespace otk {
 FocusLabel::FocusLabel(Widget *parent)
   : FocusWidget(parent), _text("")
 {
+  setStyle(_style);
 }
 
 FocusLabel::~FocusLabel()