diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-20 20:37:00 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-20 20:37:00 +0100 |
commit | eec019ec3e94d5aee7f7d423a3a43f63237b6e87 (patch) | |
tree | 8f8840976659b1d2bcfd9deb011127664dd0e26f /plugingui/window.cc | |
parent | db6d5834361a2e660301e9511058e370fb884cc5 (diff) |
Refactored Widget.
Diffstat (limited to 'plugingui/window.cc')
-rw-r--r-- | plugingui/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/window.cc b/plugingui/window.cc index b54bc3c..d1cce76 100644 --- a/plugingui/window.cc +++ b/plugingui/window.cc @@ -136,7 +136,7 @@ size_t GUI::Window::windowY() { return 0; } void GUI::Window::show() { - repaint_r(NULL); + repaintChildren(NULL); native->show(); } |