From 7dc0f007edcafeb8868d81a6ac5c366b4ad28484 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 22 Aug 2016 20:41:52 +0200 Subject: fix display replay - preload images --- displayreplay.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/displayreplay.c b/displayreplay.c index ba055b47..ba97ccf9 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -603,12 +603,12 @@ void cFlatDisplayReplay::Flush(void) { void cFlatDisplayReplay::PreLoadImages(void) { imgLoader.LoadIcon("rewind", fontHeight, fontHeight); imgLoader.LoadIcon("pause", fontHeight, fontHeight); - imgLoader.LoadIcon("play_sel", fontHeight, fontHeight); + imgLoader.LoadIcon("play", fontHeight, fontHeight); imgLoader.LoadIcon("forward", fontHeight, fontHeight); - imgLoader.LoadIcon("pause_sel", fontHeight, fontHeight); - imgLoader.LoadIcon("forward_sel", fontHeight, fontHeight); imgLoader.LoadIcon("rewind_sel", fontHeight, fontHeight); imgLoader.LoadIcon("pause_sel", fontHeight, fontHeight); + imgLoader.LoadIcon("pause_sel", fontHeight, fontHeight); + imgLoader.LoadIcon("forward_sel", fontHeight, fontHeight); imgLoader.LoadIcon("recording_cutted_extra", fontHeight, fontHeight); imgLoader.LoadIcon("43", 999, fontSmlHeight); -- cgit v1.2.3