From 53c1eefa016b1482e16f98c74e5663ac888653d0 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 2 Nov 2014 10:35:29 +0100 Subject: fixed Bug that displaychannel was not shown after closing displaymenu with backspace (with active menuorg plugin) --- libcore/pixmapcontainer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcore') diff --git a/libcore/pixmapcontainer.c b/libcore/pixmapcontainer.c index fe5190f..6cba89a 100644 --- a/libcore/pixmapcontainer.c +++ b/libcore/pixmapcontainer.c @@ -39,6 +39,7 @@ cPixmapContainer::~cPixmapContainer(void) { osd = NULL; mutex.Unlock(); } + flushState = fsOpen; } bool cPixmapContainer::CreateOsd(int Left, int Top, int Width, int Height) { -- cgit v1.2.3