mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixes for DropdownMenu
This commit is contained in:
@ -7,7 +7,7 @@ ws.geometry('400x300')
|
||||
|
||||
def display_selected(choice):
|
||||
choice = variable.get()
|
||||
print(choice)
|
||||
print("display_selected", choice)
|
||||
|
||||
countries = ['Bahamas','Canada', 'Cuba','United States']
|
||||
|
||||
|
Reference in New Issue
Block a user