Ref T529, style

This commit is contained in:
Klaus Basan
2019-02-04 17:20:53 +01:00
committed by Mat Sutcliffe
parent f363d4f41b
commit aa47d7bb03
12 changed files with 26 additions and 30 deletions

View File

@@ -695,7 +695,7 @@ namespace BlackGui
int CViewBaseNonTemplate::showLoadIndicator(int containerSizeDependent, int timeoutMs, bool processEvents)
{
if (!m_enabledLoadIndicator) { return -1; }
if (m_showingLoadIndicator) { return -1; }
if (m_showingLoadIndicator) { return -1; }
if (this->hasDockWidgetArea())
{
if (!this->isVisibleWidget()) { return -1; }