mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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:
parent
8846798ccf
commit
983fed11a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user