aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index a17b2376..c46021ea 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -705,7 +705,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);
+ clear_flag(SHORTCUT_LABEL);
if (cur_ui) {
PanelSize = cur_ui->PanelSize;