mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8634 Improve performance when deleting multiple wells
Disable general framework delete function, and use special well path delete function
This commit is contained in:
@@ -72,4 +72,5 @@ void RicDeleteWellPathFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Delete Well Path" );
|
||||
actionToSetup->setIcon( QIcon( ":/Erase.svg" ) );
|
||||
actionToSetup->setShortcut( Qt::Key_Delete );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user