Fixed issue #488. Error: Measurements File Sync dialog box never returns. Win10,
MSVC. --HG-- branch : develop
This commit is contained in:
parent
49bee0cada
commit
e5a84ccd14
|
@ -1531,6 +1531,7 @@ void MainWindow::OnWindowFocusChanged(QWidget *old, QWidget *now)
|
||||||
{// focus IN
|
{// focus IN
|
||||||
if (mChanges && not mChangesAsked)
|
if (mChanges && not mChangesAsked)
|
||||||
{
|
{
|
||||||
|
mChangesAsked = true;
|
||||||
const auto answer = QMessageBox::question(this, tr("Measurements"),
|
const auto answer = QMessageBox::question(this, tr("Measurements"),
|
||||||
tr("Measurements was changed. Do you want to sync measurements now?"),
|
tr("Measurements was changed. Do you want to sync measurements now?"),
|
||||||
QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes);
|
QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes);
|
||||||
|
@ -1538,7 +1539,6 @@ void MainWindow::OnWindowFocusChanged(QWidget *old, QWidget *now)
|
||||||
{
|
{
|
||||||
SyncMeasurements();
|
SyncMeasurements();
|
||||||
}
|
}
|
||||||
mChangesAsked = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user