X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..84ce7b7dba590a3e6042190b79a3b1c0908b0a4c:/samples/widgets/clrpicker.cpp diff --git a/samples/widgets/clrpicker.cpp b/samples/widgets/clrpicker.cpp index 9ce4889bab..39a91f109b 100644 --- a/samples/widgets/clrpicker.cpp +++ b/samples/widgets/clrpicker.cpp @@ -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")),