summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.cc b/src/ui.cc
index ffffd7bb..351e74a7 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -621,6 +621,7 @@ UI::UI(int x, int y, int ww, int wh, const char* label, const UI *cur_ui) :
TopGroup = new PackedGroup(0, 0, ww, wh);
add(TopGroup);
resizable(TopGroup);
+ set_flag(RAW_LABEL);
if (cur_ui) {
PanelSize = cur_ui->PanelSize;