From 5507b658ed0ebe8521f465a6707f66cadb4c95f4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 19 Aug 2015 19:20:09 +0000 Subject: fixed support of skins with first empty line in pledit.txt (#801) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5443 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/skin.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/Ui') diff --git a/src/plugins/Ui/skinned/skin.cpp b/src/plugins/Ui/skinned/skin.cpp index 7bd91f99a..79e73658c 100644 --- a/src/plugins/Ui/skinned/skin.cpp +++ b/src/plugins/Ui/skinned/skin.cpp @@ -453,10 +453,6 @@ void Skin::loadPLEdit() m_pledit_txt[key].remove(1, m_pledit_txt[key].size() - 7); } - else if (line.length() == 0) - { - break; - } } } -- cgit v1.2.3-13-gbd6f