Minor change

This commit is contained in:
Birunthan Mohanathas 2012-04-15 18:31:05 +03:00
parent b8292f3ab7
commit 174a612c49

View File

@ -705,7 +705,6 @@ void CMeterWindow::RunBang(BANGCOMMAND bang, const std::vector<std::wstring>& ar
case BANG_UPDATE:
KillTimer(m_Window, TIMER_METER); // Kill timer temporarily
Update(false);
CDialogAbout::UpdateMeasures(this);
if (m_WindowUpdate >= 0)
{
SetTimer(m_Window, TIMER_METER, m_WindowUpdate, NULL);