UpdateWindowTitle at the end of MeasurementsChanged method
--HG-- branch : feature
This commit is contained in:
parent
fa032fced2
commit
0c23f86886
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user