mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
update canvas of update_dialog
This commit is contained in:
parent
a8ff0c5bc8
commit
621d8d3549
@ -37,6 +37,7 @@ def _show(gui, currentversion, newversion, returns):
|
||||
width=buttonWidth, compound="c")
|
||||
dialogBtnYes.grid(row=2, column=1, padx=5, pady=5)
|
||||
dialogBtnYes.focus_set()
|
||||
dialogBtnYes.update()
|
||||
|
||||
top.protocol('WM_DELETE_WINDOW', _clickNo)
|
||||
top.start()
|
||||
|
Loading…
Reference in New Issue
Block a user