X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.cc;fp=otk%2Ffocuslabel.cc;h=08f2af86823123792075b66f7f2209cbb79c49c6;hb=17d63184998b747e1a0554dc4364a36238b039e1;hp=712fce37cb5a9755f6e7d36376dab16499040c4c;hpb=11f59d7925068357e24ca743c23019f671e6a5d7;p=chaz%2Fopenbox diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 712fce37..08f2af86 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -31,6 +31,8 @@ void FocusLabel::setStyle(RenderStyle *style) void FocusLabel::renderForeground() { + otk::Widget::renderForeground(); + const Font *ft = style()->labelFont(); RenderColor *text_color = (isFocused() ? style()->textFocusColor() : style()->textUnfocusColor());