(#395) Make sure the update() virtual function is called from camera related functions

This commit is contained in:
Magne Sjaastad
2015-09-01 11:31:31 +02:00
parent 854c47500b
commit 444500f6cc
12 changed files with 55 additions and 53 deletions
@@ -352,7 +352,7 @@ void RimGeoMechView::updateDisplayModelVisibility()
}
m_viewer->setEnableMask(mask);
m_viewer->update();
m_viewer->issueBaseClassUpdate();
}