#4216 Support saving curve appearance

This commit is contained in:
Gaute Lindkvist
2019-03-22 10:49:52 +01:00
parent 646d79ce57
commit bf3f505dc1
5 changed files with 139 additions and 42 deletions

View File

@@ -70,6 +70,8 @@ RimEclipseContourMapView::RimEclipseContourMapView()
m_contourMapProjectionPartMgr = new RivContourMapProjectionPartMgr(contourMapProjection(), this);
((RiuViewerToViewInterface*)this)->setCameraPosition(sm_defaultViewMatrix);
cellResult()->setTernaryEnabled(false);
}
//--------------------------------------------------------------------------------------------------