From 17d63184998b747e1a0554dc4364a36238b039e1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 00:08:50 +0000 Subject: hardcode some bitmap masks --- otk/focuslabel.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/focuslabel.cc') 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()); -- cgit v1.2.3