dummy Redraw without GUI

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-09 09:38:36 +01:00
parent 81c1d46db0
commit ea2b25f2e6

View File

@ -32,3 +32,6 @@ if config.USE_GUI:
pass pass
Redraw = RedrawWithEventHandling Redraw = RedrawWithEventHandling
else:
def Redraw():
pass