Fixed missing grid box geometry when a hidden view was activated

This commit is contained in:
Magne Sjaastad 2016-09-02 14:19:20 +02:00
parent 191788643c
commit a83e797e63

View File

@ -228,6 +228,7 @@ void RimView::updateViewerWidget()
m_viewer->mainCamera()->viewport()->setClearColor(cvf::Color4f(backgroundColor()));
this->updateGridBoxData();
this->createHighlightAndGridBoxDisplayModel();
m_viewer->update();
}