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

This commit is contained in:
Magne Sjaastad
2015-08-31 12:31:38 +02:00
parent 854c47500b
commit 444500f6cc
12 changed files with 55 additions and 53 deletions

View File

@@ -75,7 +75,7 @@ void Rim3dOverlayInfoConfig::fieldChangedByUi(const caf::PdmFieldHandle* changed
if (m_viewDef && m_viewDef->viewer())
{
m_viewDef->viewer()->update();
m_viewDef->viewer()->issueBaseClassUpdate();
}
}