diff options
author | jcid <devnull@localhost> | 2008-09-26 22:57:36 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-26 22:57:36 +0200 |
commit | 3858fd4431dd8053789c51e615df0c8c00f3fc1d (patch) | |
tree | 0de6d326f47d39d2722e3c0264bf8af38ca5f90c /src | |
parent | c7350148277dee97ae428f031832cb79ca49bfa1 (diff) |
- part2 of RAW_LABEL patch
Diffstat (limited to 'src')
-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; |