#2479 2dIntersectionView. Remove 2dIntersectionViewCollection toggle in project tree

This commit is contained in:
Bjørn Erik Jensen
2018-03-13 15:15:02 +01:00
parent 28830d3a1b
commit 15e242d1e3
3 changed files with 1 additions and 33 deletions
@@ -361,16 +361,7 @@ int Rim2dIntersectionView::timeStepCount()
//--------------------------------------------------------------------------------------------------
bool Rim2dIntersectionView::isWindowVisible()
{
if (m_showWindow())
{
Rim2dIntersectionViewCollection* viewColl = nullptr;
this->firstAncestorOrThisOfTypeAsserted(viewColl);
return viewColl->isActive();
}
else
{
return false;
}
return m_showWindow();
}
//--------------------------------------------------------------------------------------------------