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:
@@ -56,11 +56,6 @@ QString RicEclipsePropertyFilterNewExec::name()
|
|||||||
void RicEclipsePropertyFilterNewExec::redo()
|
void RicEclipsePropertyFilterNewExec::redo()
|
||||||
{
|
{
|
||||||
RicEclipsePropertyFilterFeatureImpl::addPropertyFilter( m_propertyFilterCollection );
|
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 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user