aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-05-13 14:14:43 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-05-13 14:14:43 -0400
commit0b50246dca460726123406508b59a01a308856ac (patch)
tree9fcba61d219901c67a22e2a4dee8ba3510c5e9ac /src/ui.cc
parent680ea8034bc88a5894d53a67fa65c595bde3e064 (diff)
Avoid lots of flicker while resizing the window
(when "buffered_drawing" is set to 0 or 1)
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 27303115..5ca58e8e 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -683,6 +683,7 @@ UI::UI(int x, int y, int ui_w, int ui_h, const char* label, const UI *cur_ui) :
TabTooltip = NULL;
TopGroup = this;
TopGroup->type(VERTICAL);
+ TopGroup->box(FL_NO_BOX);
clear_flag(SHORTCUT_LABEL);
if (cur_ui) {