don't recreate combobox with proportion of 1 (instead of initial 0) (#9594)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
03966fcb3f
commit
dd740d86ce
@ -428,7 +428,7 @@ void ComboboxWidgetsPage::CreateCombo()
|
||||
m_combobox->Append(items[n]);
|
||||
}
|
||||
|
||||
m_sizerCombo->Add(m_combobox, 1, wxGROW | wxALL, 5);
|
||||
m_sizerCombo->Add(m_combobox, 0, wxGROW | wxALL, 5);
|
||||
m_sizerCombo->Layout();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user