From 66cec95dd58ada575e75c6b4003bb61a38f87c88 Mon Sep 17 00:00:00 2001 From: Joe R Date: Tue, 14 Sep 2021 18:31:54 -0400 Subject: [PATCH] Auto and manual scaling are mutually exclusive. --- pysollib/actions.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pysollib/actions.py b/pysollib/actions.py index 36eac63f..7bc5087d 100644 --- a/pysollib/actions.py +++ b/pysollib/actions.py @@ -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