mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4219 Contact Pressure plots : Simplify creation of plots, hide obsolete title
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user