#2337 Place legends aware of the possible edge axis border and enable the border by default in Intersection views

This commit is contained in:
Jacob Støren
2018-02-09 13:30:18 +01:00
parent 068adf6aa2
commit d86b6f690e
3 changed files with 36 additions and 9 deletions

View File

@@ -383,7 +383,7 @@ void Rim2dIntersectionView::resetLegendsInViewer()
m_viewer->showAnimationProgress(true);
m_viewer->showHistogram(false);
m_viewer->showInfoText(false);
m_viewer->showEdgeTickMarks(false);
m_viewer->showEdgeTickMarks(true);
m_viewer->setMainScene(new cvf::Scene());
m_viewer->enableNavigationRotation(false);