mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #420, simulator status now displayed in GUI (user can see if sim is stopped / paused)
This commit is contained in:
@@ -56,14 +56,14 @@ namespace BlackGui
|
||||
bool CEnableForDockWidgetInfoArea::isParentDockWidgetFloating() const
|
||||
{
|
||||
Q_ASSERT(this->m_parentDockableInfoArea);
|
||||
if (!this->m_parentDockableInfoArea) return false;
|
||||
if (!this->m_parentDockableInfoArea) { return false; }
|
||||
return this->m_parentDockableInfoArea->isFloating();
|
||||
}
|
||||
|
||||
bool CEnableForDockWidgetInfoArea::isVisibleWidget() const
|
||||
{
|
||||
Q_ASSERT(this->m_parentDockableInfoArea);
|
||||
if (!this->m_parentDockableInfoArea) return false;
|
||||
if (!this->m_parentDockableInfoArea) { return false; }
|
||||
return this->m_parentDockableInfoArea->isVisibleWidget();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user