Minor fixes DB loading overview

This commit is contained in:
Klaus Basan
2018-12-26 11:46:27 +01:00
committed by Mat Sutcliffe
parent 9d2da4524a
commit 8cb04e4965
2 changed files with 4 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ namespace BlackGui
QPointer<CDbLoadOverviewComponent> myself(this);
QTimer::singleShot(10 * 1000, this, [ = ]
{
if (!myself) { return; }
if (!myself || !sGui || sGui->isShuttingDown()) { return; }
this->loadInfoObjects();
this->adjustTextWidth();
});