mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Enable filter when picking is done.
This commit is contained in:
parent
ee0a969d07
commit
9b12885c23
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user