This commit is contained in:
spx 2011-10-27 10:55:32 +00:00
parent ed2b80fee5
commit a336c916f6

View File

@ -358,7 +358,9 @@ void CMeter::ReadConfig(CConfigParser& parser, const WCHAR* section)
}
m_W = (int)parser.ReadFormula(section, L"W", 1.0);
if (m_W < 0) m_W = 0;
m_H = (int)parser.ReadFormula(section, L"H", 1.0);
if (m_H < 0) m_H = 0;
if (!m_Initialized)
{