summaryrefslogtreecommitdiff
path: root/otk/button.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/button.cc')
-rw-r--r--otk/button.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/otk/button.cc b/otk/button.cc
index 18838e87..9d6c43b1 100644
--- a/otk/button.cc
+++ b/otk/button.cc
@@ -65,4 +65,10 @@ void OtkButton::update(void)
OtkFocusWidget::update();
}
+void OtkButton::expose(const XExposeEvent &e)
+{
+ _dirty = true;
+ OtkFocusWidget::expose(e);
+}
+
}