summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tuiclient/mainwindow.cpp')
-rw-r--r--tuiclient/mainwindow.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tuiclient/mainwindow.cpp b/tuiclient/mainwindow.cpp
index 2493d81..57042e2 100644
--- a/tuiclient/mainwindow.cpp
+++ b/tuiclient/mainwindow.cpp
@@ -167,6 +167,8 @@ void Tmainwindow::init(){
distfiles_win.visible=true;
error_log_win.init(" ERROR LOG ",12,50,5,5);
disconnected();
- show();
+ wclear(window);
// sleep(1);
+ show();
+ sleep(1);
}