#1214 Generalized export of snapshot images for all plot window types

This commit is contained in:
Magne Sjaastad
2017-02-14 15:03:54 +01:00
parent fa0e0d32ef
commit 758ac9ef8c
5 changed files with 33 additions and 38 deletions

View File

@@ -90,6 +90,19 @@ void RimViewWindow::updateMdiWindowVisibility()
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimViewWindow::isMdiWindow() const
{
if (m_windowController())
{
return true;
}
return false;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------