From 23448ab7bda8a646c00b23552d66a2a50eb207ee Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 22 Mar 2015 13:40:00 +0100 Subject: [PATCH] removed startup check again --- HISTORY | 2 ++ designer.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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();