From e3cd6c447d4d85960247a5ac2a639bf52fe65268 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 25 Apr 2019 19:37:00 +0200 Subject: [PATCH] added handling global animations when showing envelope during tape replay --- src/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.c b/src/tools.c index d3bfb74d..741ce7fd 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2846,7 +2846,7 @@ void ShowEnvelope(int envelope_nr) AnimateEnvelope(envelope_nr, main_anim_mode, ACTION_OPENING); if (tape.playing) - Delay(wait_delay_value); + Delay_WithScreenUpdates(wait_delay_value); else WaitForEventToContinue(); -- 2.34.1