arguments for dummy redraw

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-09 09:39:13 +01:00
parent ea2b25f2e6
commit 205e2c91aa

View File

@ -33,5 +33,5 @@ if config.USE_GUI:
Redraw = RedrawWithEventHandling Redraw = RedrawWithEventHandling
else: else:
def Redraw(): def Redraw(*args, **kwargs):
pass pass