#3798 Make sure 3d overlay info update is called even if it is inactive

* It also causes animation bar to be hidden if the overlay info is inactive
This commit is contained in:
Gaute Lindkvist 2018-11-30 11:48:52 +01:00
parent 7033b2cd48
commit 39fd441a59

View File

@ -214,10 +214,7 @@ void RimContourMapView::updateGeometry()
appendPickPointVisToModel();
if (m_overlayInfoConfig->isActive())
{
m_overlayInfoConfig()->update3DInfo();
}
m_overlayInfoConfig()->update3DInfo();
}
//--------------------------------------------------------------------------------------------------