]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxListBox.py
Change demo to not try to drop the table when it thinks it is creating it for the...
[wxWidgets.git] / wxPython / demo / wxListBox.py
index ce659bd79ca8cbf0e094cffde2767c26b871bbc1..11c21d9d90e025f7d5745ace62455c28d79ec21a 100644 (file)
@@ -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))