setStyle in the constructor

This commit is contained in:
Dana Jansens 2003-01-28 00:30:57 +00:00
parent 3f784100ab
commit 5de751b104

View file

@ -13,6 +13,7 @@ namespace otk {
FocusLabel::FocusLabel(Widget *parent) FocusLabel::FocusLabel(Widget *parent)
: FocusWidget(parent), _text("") : FocusWidget(parent), _text("")
{ {
setStyle(_style);
} }
FocusLabel::~FocusLabel() FocusLabel::~FocusLabel()