diff options
author | louis <louis.braun@gmx.de> | 2014-11-02 10:35:29 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-02 10:35:29 +0100 |
commit | 53c1eefa016b1482e16f98c74e5663ac888653d0 (patch) | |
tree | 68d513cc22c59529eb397ae701fcfe7cd8dd73a4 /libcore | |
parent | f478ad10bbac192819c98a2edab464fb6347d5e9 (diff) | |
download | vdr-plugin-skindesigner-53c1eefa016b1482e16f98c74e5663ac888653d0.tar.gz vdr-plugin-skindesigner-53c1eefa016b1482e16f98c74e5663ac888653d0.tar.bz2 |
fixed Bug that displaychannel was not shown after closing displaymenu with backspace (with active menuorg plugin)
Diffstat (limited to 'libcore')
-rw-r--r-- | libcore/pixmapcontainer.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |