mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Enable filter when picking is done.
This commit is contained in:
@@ -429,11 +429,8 @@ void RimPolygonFilter::fieldChangedByUi( const caf::PdmFieldHandle* changedField
|
||||
{
|
||||
this->updateConnectedEditors();
|
||||
|
||||
if ( m_enablePicking() )
|
||||
{
|
||||
enableFilter( false );
|
||||
filterChanged.send();
|
||||
}
|
||||
enableFilter( !m_enablePicking() );
|
||||
filterChanged.send();
|
||||
}
|
||||
else if ( changedField != &m_name )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user