setStyle in the constructor
This commit is contained in:
parent
3f784100ab
commit
5de751b104
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue