From 8a812cc329f795f78d00ae7b57e916b1071cb328 Mon Sep 17 00:00:00 2001 From: NY00123 Date: Tue, 26 May 2020 22:41:18 +0300 Subject: [PATCH] SW: Call OSD_DisplayQueued in DemoPlayback, so OSD commands can have an effect from here --- source/sw/src/demo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/demo.cpp b/source/sw/src/demo.cpp index f7e33d048..93331f1f9 100644 --- a/source/sw/src/demo.cpp +++ b/source/sw/src/demo.cpp @@ -445,6 +445,7 @@ DemoPlayBack(void) while (totalclock > totalsynctics) { handleevents(); + OSD_DispatchQueued(); TRAVERSE_CONNECT(pnum) {