X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.cc;h=6d034794a3973d20847688ab2f5174a085d9c5bf;hb=619864a1725647039c01a0c85c77d5307b256171;hp=08f2af86823123792075b66f7f2209cbb79c49c6;hpb=17d63184998b747e1a0554dc4364a36238b039e1;p=chaz%2Fopenbox 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()