mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Default button on main window wasn't set correctly
This commit is contained in:
parent
73c804a3cd
commit
ff170fbbb5
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class MainListWindow(ListWindow):
|
|||
|
||||
def open(self, id, cb_check, cb_run, cb_add):
|
||||
ListWindow.open(self, id, [])
|
||||
self.wid.SetDialogDefaultItem(ID_INCLUDE)
|
||||
self.wid.SetDialogDefaultItem(MAIN_INCLUDE)
|
||||
self.cb_run = cb_run
|
||||
self.cb_check = cb_check
|
||||
self.cb_add = cb_add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue