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