diff options
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |