@@ -50,7 +50,7 @@ Persistent* Label::findAttribute(const ReadableString &name) {
Label::Label() {}
bool Label::isContainer() const {
- return true;
+ return false;
}
void Label::drawSelf(ImageRgbaU8& targetImage, const IRect &relativeLocation) {
@@ -53,7 +53,7 @@ ListBox::ListBox() {
bool ListBox::isContainer() const {
static const int textBorderLeft = 6;