Additional change to e139153

This commit is contained in:
Birunthan Mohanathas 2012-04-15 18:27:51 +03:00
parent e139153d77
commit b8292f3ab7

View File

@ -2798,7 +2798,9 @@ void CMeterWindow::Update(bool nodraw)
{
++m_UpdateCounter;
if (!nodraw && !m_Measures.empty())
if (!nodraw)
{
if (!m_Measures.empty())
{
// Pre-updates
if (m_HasNetMeasures)
@ -2813,6 +2815,7 @@ void CMeterWindow::Update(bool nodraw)
{
UpdateMeasure((*i), false);
}
}
CDialogAbout::UpdateMeasures(this);
}