添加ComboBox的xml实现
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user