mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2479 2dIntersectionView. Remove 2dIntersectionViewCollection toggle in project tree
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user