From 3858fd4431dd8053789c51e615df0c8c00f3fc1d Mon Sep 17 00:00:00 2001 From: jcid Date: Fri, 26 Sep 2008 22:57:36 +0200 Subject: - part2 of RAW_LABEL patch --- src/ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.cc') 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; -- cgit v1.2.3