mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed Bug that displaychannel was not shown after closing displaymenu with backspace (with active menuorg plugin)
This commit is contained in:
parent
f478ad10bb
commit
53c1eefa01
3
HISTORY
3
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)
|
||||
|
||||
|
@ -39,6 +39,7 @@ cPixmapContainer::~cPixmapContainer(void) {
|
||||
osd = NULL;
|
||||
mutex.Unlock();
|
||||
}
|
||||
flushState = fsOpen;
|
||||
}
|
||||
|
||||
bool cPixmapContainer::CreateOsd(int Left, int Top, int Width, int Height) {
|
||||
|
Loading…
Reference in New Issue
Block a user