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

Auto and manual scaling are mutually exclusive.

This commit is contained in:
Joe R 2021-09-14 18:31:54 -04:00
parent e3d99bcbee
commit 66cec95dd5

View file

@ -202,6 +202,12 @@ class PysolMenubar(PysolMenubarTk):
if USE_PIL:
self.setMenuState(ms.autoscale,
"options.cardsize.preserveaspectratio")
self.setMenuState(not ms.autoscale,
"options.cardsize.increasethecardsize")
self.setMenuState(not ms.autoscale,
"options.cardsize.decreasethecardsize")
self.setMenuState(not ms.autoscale,
"options.cardsize.resetthecardsize")
# Help menu
self.setMenuState(ms.rules, "help.rulesforthisgame")
# Toolbar