MicroWindows tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -355,6 +355,7 @@ void ListboxWidgetsPage::CreateLbox()
|
||||
delete m_lbox;
|
||||
}
|
||||
|
||||
#if wxUSE_CHECKLISTBOX
|
||||
if ( m_chkCheck->GetValue() )
|
||||
{
|
||||
m_lbox = new wxCheckListBox(this, ListboxPage_Listbox,
|
||||
@@ -363,6 +364,7 @@ void ListboxWidgetsPage::CreateLbox()
|
||||
flags);
|
||||
}
|
||||
else // just a listbox
|
||||
#endif
|
||||
{
|
||||
m_lbox = new wxListBox(this, ListboxPage_Listbox,
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
|
Reference in New Issue
Block a user