X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/185d7c3ee4c6e4a9ddaf811ae38e57d68a0fdff3..beb0d04d047966338f95eb2a00ef573d841b1b96:/wxPython/demo/wxListBox.py diff --git a/wxPython/demo/wxListBox.py b/wxPython/demo/wxListBox.py index ce659bd79c..11c21d9d90 100644 --- a/wxPython/demo/wxListBox.py +++ b/wxPython/demo/wxListBox.py @@ -66,7 +66,7 @@ class TestListBox(wxPanel): EVT_LISTBOX(self, 60, self.EvtListBox) EVT_LISTBOX_DCLICK(self, 60, self.EvtListBoxDClick) EVT_RIGHT_UP(self.lb1, self.EvtRightButton) - self.lb1.SetSelection(0) + self.lb1.SetSelection(3) wxStaticText(self, -1, "Select many:", wxPoint(200, 50), wxSize(65, 18))