mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Set default depth filter type to "between"
This commit is contained in:
parent
c8b402651d
commit
54e901b79b
@ -29,7 +29,7 @@ void caf::AppEnum<RimIntersectionFilterEnum>::setUp()
|
||||
addItem( RimIntersectionFilterEnum::INTERSECT_FILTER_ABOVE, "INTERSECT_SHOW_ABOVE", "Above" );
|
||||
addItem( RimIntersectionFilterEnum::INTERSECT_FILTER_BELOW, "INTERSECT_SHOW_BELOW", "Below" );
|
||||
addItem( RimIntersectionFilterEnum::INTERSECT_FILTER_BETWEEN, "INTERSECT_SHOW_BELOW", "Between" );
|
||||
setDefault( RimIntersectionFilterEnum::INTERSECT_FILTER_NONE );
|
||||
setDefault( RimIntersectionFilterEnum::INTERSECT_FILTER_BETWEEN );
|
||||
}
|
||||
|
||||
} // namespace caf
|
||||
|
Loading…
Reference in New Issue
Block a user