mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 05:06:54 +03:00
Minor bug fix in UIComboBox.
--HG-- branch : dev-css
This commit is contained in:
@@ -87,6 +87,8 @@ void UIComboBox::loadFromXmlNode(const pugi::xml_node& node) {
|
||||
mDropDownList->loadFromXmlNode( node );
|
||||
|
||||
endAttributesTransaction();
|
||||
|
||||
updateControls();
|
||||
}
|
||||
|
||||
Uint32 UIComboBox::onMessage( const NodeMessage * Msg ) {
|
||||
|
||||
@@ -58,9 +58,9 @@ void UIDropDownList::setTheme( UITheme * Theme ) {
|
||||
}
|
||||
|
||||
void UIDropDownList::onSizeChange() {
|
||||
UIWidget::onSizeChange();
|
||||
|
||||
onAutoSize();
|
||||
|
||||
UIWidget::onSizeChange();
|
||||
}
|
||||
|
||||
void UIDropDownList::onThemeLoaded() {
|
||||
|
||||
Reference in New Issue
Block a user