mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Keep grid visibility unchanged when adding filter
This commit is contained in:
parent
7486f20e98
commit
3cb55cacb2
@ -56,11 +56,6 @@ QString RicEclipsePropertyFilterNewExec::name()
|
||||
void RicEclipsePropertyFilterNewExec::redo()
|
||||
{
|
||||
RicEclipsePropertyFilterFeatureImpl::addPropertyFilter( m_propertyFilterCollection );
|
||||
|
||||
RimGridView* view = m_propertyFilterCollection->firstAncestorOrThisOfTypeAsserted<RimGridView>();
|
||||
|
||||
// Enable display of grid cells, to be able to show generated property filter
|
||||
view->showGridCells( true );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user