#2412 2D Navigation only for Intersectino Views

This commit is contained in:
Jacob Støren
2018-01-26 14:33:32 +01:00
parent b1bbbc2aeb
commit 5640f91b68
10 changed files with 26 additions and 6 deletions

View File

@@ -340,6 +340,7 @@ void Rim2dIntersectionView::resetLegendsInViewer()
m_viewer->showInfoText(false);
m_viewer->setMainScene(new cvf::Scene());
m_viewer->enableNavigationRotation(false);
}
//--------------------------------------------------------------------------------------------------