mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T529, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f363d4f41b
commit
aa47d7bb03
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user