mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Set uiHidden states in order to make the new tree view identical to previous
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user