X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.cc;h=08f2af86823123792075b66f7f2209cbb79c49c6;hb=17d63184998b747e1a0554dc4364a36238b039e1;hp=24f3ff52d27bbf60bc9a5869a03e80576e60eb96;hpb=033e9843bcec8340c9e657fe0f0519f86075424b;p=chaz%2Fopenbox diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 24f3ff52..08f2af86 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -29,8 +29,10 @@ void FocusLabel::setStyle(RenderStyle *style) } -void FocusLabel::renderForeground(void) +void FocusLabel::renderForeground() { + otk::Widget::renderForeground(); + const Font *ft = style()->labelFont(); RenderColor *text_color = (isFocused() ? style()->textFocusColor() : style()->textUnfocusColor());