aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 60332871..ec10b4fa 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -580,6 +580,7 @@ UI::UI(int win_w, int win_h, const char* label) :
{
int s_h = 20;
resizable(this);
+ clear_double_buffer();
begin();
TopGroup = this;