diff options
| -rw-r--r-- | otk/button.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/button.cc b/otk/button.cc index 150e32d9..1e8a4f03 100644 --- a/otk/button.cc +++ b/otk/button.cc @@ -63,6 +63,8 @@ void OtkButton::update(void) ft.drawString(getWindow(), bevel, bevel, *text_color, _text); } else OtkFocusWidget::update(); + + _dirty = false; } bool OtkButton::expose(const XExposeEvent &e) |
