UpdateWindowTitle at the end of MeasurementsChanged method

--HG--
branch : feature
This commit is contained in:
Valentina Zhuravska 2015-11-06 16:06:32 +02:00
parent fa032fced2
commit 0c23f86886

View file

@ -1226,7 +1226,6 @@ void MainWindow::MeasurementsChanged(const QString &path)
if (checkFile.exists())
{
mChanges = true;
UpdateWindowTitle();
}
else
{
@ -1244,6 +1243,7 @@ void MainWindow::MeasurementsChanged(const QString &path)
}
}
UpdateWindowTitle();
ToggleMSync(true);
}