summaryrefslogtreecommitdiff
path: root/otk/label.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/label.cc')
-rw-r--r--otk/label.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/label.cc b/otk/label.cc
index 8757d8a9..41e5cd14 100644
--- a/otk/label.cc
+++ b/otk/label.cc
@@ -27,6 +27,8 @@ void Label::setStyle(RenderStyle *style)
void Label::renderForeground(void)
{
+ otk::Widget::renderForeground();
+
const Font *ft = style()->labelFont();
unsigned int sidemargin = style()->bevelWidth() * 2;