1
0
Fork 0
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:
Joe R 2022-04-24 13:27:43 -04:00
parent 31765ceda7
commit 980cd425e1

View file

@ -974,7 +974,7 @@ class PysolMenubarTkCommon:
self.updateGamesMenu(submenu, games)
def _addSelectAllGameSubMenu(self, games, menu, command, variable):
if menu.name != "allgamesbyname":
if menu.name == "select":
menu = MfxMenu(menu, label=n_("&All games by name"))
n, d = 0, self.cb_max
i = 0