fixed Bug that displaychannel was not shown after closing displaymenu with backspace (with active menuorg plugin)

This commit is contained in:
louis
2014-11-02 10:35:29 +01:00
parent f478ad10bb
commit 53c1eefa01
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ cPixmapContainer::~cPixmapContainer(void) {
osd = NULL;
mutex.Unlock();
}
flushState = fsOpen;
}
bool cPixmapContainer::CreateOsd(int Left, int Top, int Width, int Height) {