dont use append, dont need to extend ustring!
This commit is contained in:
parent
55f1381860
commit
4dba699857
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ void Frame::adjustSize()
|
||||||
layout.erase(i--, 1);
|
layout.erase(i--, 1);
|
||||||
}
|
}
|
||||||
if (!tit_l)
|
if (!tit_l)
|
||||||
layout.append(1, 'L');
|
layout += "L";
|
||||||
|
|
||||||
// the size of the label. this ASSUMES the layout has only buttons other
|
// the size of the label. this ASSUMES the layout has only buttons other
|
||||||
// that the ONE LABEL!!
|
// that the ONE LABEL!!
|
||||||
|
|
Loading…
Reference in a new issue