button::updte sets _dirty back to false
This commit is contained in:
parent
6d68ac2256
commit
d97db16430
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue