mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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();
|
this->updateConnectedEditors();
|
||||||
|
|
||||||
if ( m_enablePicking() )
|
enableFilter( !m_enablePicking() );
|
||||||
{
|
filterChanged.send();
|
||||||
enableFilter( false );
|
|
||||||
filterChanged.send();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if ( changedField != &m_name )
|
else if ( changedField != &m_name )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user