From 205e2c91aa93af6dc565a61343f74bed8b76e97e Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Tue, 9 Nov 2021 09:39:13 +0100 Subject: [PATCH] arguments for dummy redraw --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/__init__.py b/python/__init__.py index 7a1c329b..41c03908 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -33,5 +33,5 @@ if config.USE_GUI: Redraw = RedrawWithEventHandling else: - def Redraw(): + def Redraw(*args, **kwargs): pass