Additional change to 56679f0

This commit is contained in:
Birunthan Mohanathas 2012-04-07 19:38:13 +03:00
parent 0bcd078525
commit 38ca3fc08c

View File

@ -219,6 +219,10 @@ void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section)
{
m_MaxValue = 1.0;
m_LogMaxValue = true;
// Plugin options changed, so reset
m_MedianMaxValues.clear();
m_MedianMinValues.clear();
}
else
{