diff --git a/HISTORY b/HISTORY index 5d50939..92d388a 100644 --- a/HISTORY +++ b/HISTORY @@ -228,3 +228,5 @@ Version 0.3.1 Version 0.3.2 +- fixed crash in drawing devices + diff --git a/designer.c b/designer.c index 537a3fb..93b5b34 100644 --- a/designer.c +++ b/designer.c @@ -46,8 +46,6 @@ cSkinDisplayChannel *cSkinDesigner::DisplayChannel(bool WithInfo) { } cSkinDisplayMenu *cSkinDesigner::DisplayMenu(void) { - if (init) - return NULL; if (!useBackupSkin) { cSDDisplayMenu *displayMenu = NULL; Init();