]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.cc
add comment, and reformat
[chaz/openbox] / otk / focuslabel.cc
index 24f3ff52d27bbf60bc9a5869a03e80576e60eb96..08f2af86823123792075b66f7f2209cbb79c49c6 100644 (file)
@@ -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());
This page took 0.01983 seconds and 4 git commands to generate.