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())
|
if (checkFile.exists())
|
||||||
{
|
{
|
||||||
mChanges = true;
|
mChanges = true;
|
||||||
UpdateWindowTitle();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1244,6 +1243,7 @@ void MainWindow::MeasurementsChanged(const QString &path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UpdateWindowTitle();
|
||||||
ToggleMSync(true);
|
ToggleMSync(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user