mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed crash when start recording with extrecmenu or remotetimers
This commit is contained in:
@@ -44,7 +44,7 @@ cPixmapContainer::~cPixmapContainer(void) {
|
||||
|
||||
bool cPixmapContainer::CreateOsd(int Left, int Top, int Width, int Height) {
|
||||
if (osd) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
cOsd *newOsd = cOsdProvider::NewOsd(Left, Top);
|
||||
if (newOsd) {
|
||||
|
||||
Reference in New Issue
Block a user