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:
parent
e3d99bcbee
commit
66cec95dd5
1 changed files with 6 additions and 0 deletions
|
@ -202,6 +202,12 @@ class PysolMenubar(PysolMenubarTk):
|
||||||
if USE_PIL:
|
if USE_PIL:
|
||||||
self.setMenuState(ms.autoscale,
|
self.setMenuState(ms.autoscale,
|
||||||
"options.cardsize.preserveaspectratio")
|
"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
|
# Help menu
|
||||||
self.setMenuState(ms.rules, "help.rulesforthisgame")
|
self.setMenuState(ms.rules, "help.rulesforthisgame")
|
||||||
# Toolbar
|
# Toolbar
|
||||||
|
|
Loading…
Add table
Reference in a new issue