1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Reset table tile when changing card size. (Fix for #222)

This commit is contained in:
Joe R 2021-09-11 12:59:17 -04:00
parent faa474dd0b
commit ff30f50bfe

View file

@ -1489,6 +1489,9 @@ Unsupported game for import.
self.app.canvas.setInitialSize(w, h)
self.app.top.wm_geometry("") # cancel user-specified geometry
# self.app.top.update_idletasks()
self.app.setTile(self.app.tabletile_index)
self.tkopt.tabletile.set(self.app.tabletile_index)
self.updateMenus()
def mIncreaseCardset(self, *event):