summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--libcore/pixmapcontainer.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 33a8dc3..f81da89 100644
--- a/HISTORY
+++ b/HISTORY
@@ -51,5 +51,6 @@ Version 0.0.3
- added printf function for <drawtext>, see Wiki for documentation
- removed code for displaying bitrates in displaychannel again because of incompatibility with dvbapi Plugin
- optimized performance when creating a menu list
-
+- fixed Bug that displaychannel was not shown after closing displaymenu with "backspace" (with active
+ menuorg plugin)
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) {