diff --git a/service/fit.py b/service/fit.py index 7ce5bf351..832b317c9 100644 --- a/service/fit.py +++ b/service/fit.py @@ -222,7 +222,7 @@ class Fit(FitDeprecated): @classmethod def getCommandProcessor(cls, fitID): if fitID not in cls.processors: - cls.processors[fitID] = wx.CommandProcessor() + cls.processors[fitID] = wx.CommandProcessor(maxCommands=100) return cls.processors[fitID] @staticmethod