From eec019ec3e94d5aee7f7d423a3a43f63237b6e87 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 20 Nov 2015 20:37:00 +0100 Subject: Refactored Widget. --- plugingui/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/window.cc') 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(); } -- cgit v1.2.3