#4219 Contact Pressure plots : Simplify creation of plots, hide obsolete title

This commit is contained in:
Magne Sjaastad
2019-03-22 15:56:06 +01:00
parent 0dd5d40199
commit 31c54bab0b
7 changed files with 37 additions and 11 deletions

View File

@@ -124,7 +124,9 @@ RimGridCrossPlotCurveSet::RimGridCrossPlotCurveSet()
CAF_PDM_InitField(&m_customColor, "CustomColor", cvf::Color3f(cvf::Color3f::BLACK), "Custom Color", "", "", "");
CAF_PDM_InitFieldNoDefault(&m_plotCellFilterCollection, "PlotCellFilterCollection", "Cell Filters", "", "", "");
m_plotCellFilterCollection.uiCapability()->setUiHidden(true);
m_plotCellFilterCollection.uiCapability()->setUiTreeHidden(true);
m_plotCellFilterCollection.uiCapability()->setUiTreeChildrenHidden(true);
m_plotCellFilterCollection = new RimPlotCellFilterCollection;
setDefaults();