summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/focuslabel.cc1
1 files changed, 1 insertions, 0 deletions
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()