git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43398
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
long style,
const wxPoint& pos )
{
long style,
const wxPoint& pos )
{
+ long styleLbox;
+#if wxUSE_CHECKLISTBOX
+ styleLbox = wxLB_ALWAYS_SB;
+#else
+ styleLbox = wxLB_ALWAYS_SB | wxLB_EXTENDED;
+#endif
+
if ( !wxAnyChoiceDialog::Create(parent, message, caption,
n, choices,
style, pos,
if ( !wxAnyChoiceDialog::Create(parent, message, caption,
n, choices,
style, pos,
- wxLB_ALWAYS_SB | wxLB_EXTENDED) )
return false;
return true;
return false;
return true;