添加ComboBox的xml实现

This commit is contained in:
睿 安
2026-01-29 09:45:03 +08:00
parent 415d9ab518
commit 0811c0eabb
19 changed files with 123 additions and 11 deletions

View File

@@ -757,8 +757,8 @@ namespace ezui {
}
if (key == "multiline") {
if (value == "true") {
// 兼容旧版multiline=true 表示自动换行+手动换行
this->m_autoWrap = true;
// 兼容旧版multiline=true 表示自动换行+手动换行
this->m_autoWrap = false;
this->m_allowManualLineBreak = true;
break;
}