Formatting

This commit is contained in:
Klaus Basan
2018-02-18 00:56:21 +01:00
parent 602373c97a
commit 2bbc433d30
7 changed files with 7 additions and 11 deletions

View File

@@ -89,6 +89,7 @@ namespace BlackGui
ui->le_Simulator->setText(simulator.toQString(true));
QTimer::singleShot(500, [this]()
{
if (!sApp || sApp->isShuttingDown()) { return; }
this->updateViewToCurrentModels();
});
}