diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 00:08:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 00:08:50 +0000 |
| commit | 17d63184998b747e1a0554dc4364a36238b039e1 (patch) | |
| tree | 0b02dc84d79a4d63a2e1e5fcee0adc0c7362925c /otk/focuslabel.cc | |
| parent | 11f59d7925068357e24ca743c23019f671e6a5d7 (diff) | |
hardcode some bitmap masks
Diffstat (limited to 'otk/focuslabel.cc')
| -rw-r--r-- | otk/focuslabel.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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()); |
