Set uiHidden states in order to make the new tree view identical to previous

This commit is contained in:
Magne Sjaastad
2015-08-09 11:16:52 +02:00
parent 550eccc521
commit 111509e52a
5 changed files with 14 additions and 5 deletions

View File

@@ -82,6 +82,7 @@ RimView::RimView(void)
CAF_PDM_InitFieldNoDefault(&overlayInfoConfig, "OverlayInfoConfig", "Info Box", "", "", "");
overlayInfoConfig = new Rim3dOverlayInfoConfig();
overlayInfoConfig->setReservoirView(this);
overlayInfoConfig.uiCapability()->setUiHidden(true);
caf::AppEnum<RimView::MeshModeType> defaultMeshType = NO_MESH;
if (preferences->defaultGridLines) defaultMeshType = FULL_MESH;