mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix for handling of overly long game menus.
This commit is contained in:
parent
31765ceda7
commit
980cd425e1
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ class PysolMenubarTkCommon:
|
||||||
self.updateGamesMenu(submenu, games)
|
self.updateGamesMenu(submenu, games)
|
||||||
|
|
||||||
def _addSelectAllGameSubMenu(self, games, menu, command, variable):
|
def _addSelectAllGameSubMenu(self, games, menu, command, variable):
|
||||||
if menu.name != "allgamesbyname":
|
if menu.name == "select":
|
||||||
menu = MfxMenu(menu, label=n_("&All games by name"))
|
menu = MfxMenu(menu, label=n_("&All games by name"))
|
||||||
n, d = 0, self.cb_max
|
n, d = 0, self.cb_max
|
||||||
i = 0
|
i = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue