Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions wahoomc/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ def __init__(self, parent, oInputData):
column=0, row=3, sticky=tk.E, padx=5, pady=2)
self.en_max_days_old.grid(column=1, row=3, sticky=tk.W, padx=10)

# trigger event to set value-list of countries at the end of GUI initialization
self.cb_continent.event_generate("<<ComboboxSelected>>")

def callback_continent(self, event): # pylint: disable=unused-argument
"""
set value-list of countries after changing continent
Expand Down