mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#623) Keep view position when toggle on/off
This commit is contained in:
@@ -198,7 +198,7 @@ void RimView::updateViewerWidget()
|
||||
}
|
||||
else
|
||||
{
|
||||
if (m_viewer)
|
||||
if (m_viewer && m_viewer->layoutWidget())
|
||||
{
|
||||
if (m_viewer->layoutWidget()->parentWidget())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user