Show gridlines for both native and opposite faults always

This commit is contained in:
Magne Sjaastad
2013-12-06 13:12:09 +01:00
parent 58c4a87c49
commit 30cc4b0194
2 changed files with 17 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ RimFaultCollection::RimFaultCollection()
CAF_PDM_InitField(&showFaultCollection, "Active", true, "Active", "", "", "");
showFaultCollection.setUiHidden(true);
CAF_PDM_InitField(&showGeometryDetectedFaults, "ShowGeometryDetectedFaults", true, "Show geometry detected faults", "", "", "");
CAF_PDM_InitField(&showGeometryDetectedFaults, "ShowGeometryDetectedFaults", false, "Show geometry detected faults", "", "", "");
CAF_PDM_InitField(&showFaultFaces, "ShowFaultFaces", true, "Show faults faces", "", "", "");
CAF_PDM_InitField(&showOppositeFaultFaces, "ShowOppositeFaultFaces", true, "Show opposite fault faces", "", "", "");