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:
parent
faa474dd0b
commit
ff30f50bfe
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue