]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/clrpicker.cpp
Allow more than one line in a wxStaticText on iOS.
[wxWidgets.git] / samples / widgets / clrpicker.cpp
index 9ce4889babd105a952ca451f9832420e762679e1..39a91f109b097029f90d72d228ab7aed80d68d14 100644 (file)
@@ -143,8 +143,8 @@ void ColourPickerWidgetsPage::CreateContent()
     wxSizer *boxleft = new wxBoxSizer(wxVERTICAL);
 
     wxStaticBoxSizer *clrbox = new wxStaticBoxSizer(wxVERTICAL, this, wxT("&ColourPicker style"));
-    m_chkColourTextCtrl = CreateCheckBoxAndAddToSizer(clrbox, wxT("With textctrl"), false);
-    m_chkColourShowLabel = CreateCheckBoxAndAddToSizer(clrbox, wxT("With label"), false);
+    m_chkColourTextCtrl = CreateCheckBoxAndAddToSizer(clrbox, wxT("With textctrl"));
+    m_chkColourShowLabel = CreateCheckBoxAndAddToSizer(clrbox, wxT("With label"));
     boxleft->Add(clrbox, 0, wxALL|wxGROW, 5);
 
     boxleft->Add(new wxButton(this, PickerPage_Reset, wxT("&Reset")),