update canvas of update_dialog

This commit is contained in:
Semjon 2022-06-13 10:17:15 +02:00
parent a8ff0c5bc8
commit 621d8d3549

View File

@ -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()