mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#4323 Make sure time step legend doesn't show up unexpectedly
* Don't make it the default. The legend is handled well when changing to time step
This commit is contained in:
@@ -73,7 +73,7 @@ void RimGridCrossPlotDataSet::CurveGroupingEnum::setUp()
|
||||
addItem(RigGridCrossPlotCurveGrouping::GROUP_BY_TIME, "TIME", "Time Step");
|
||||
addItem(RigGridCrossPlotCurveGrouping::GROUP_BY_FORMATION, "FORMATION", "Formations");
|
||||
addItem(RigGridCrossPlotCurveGrouping::GROUP_BY_RESULT, "RESULT", "Result Property");
|
||||
setDefault(RigGridCrossPlotCurveGrouping::GROUP_BY_TIME);
|
||||
setDefault(RigGridCrossPlotCurveGrouping::NO_GROUPING);
|
||||
}
|
||||
} // namespace caf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user