mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06:00 
			
		
		
		
	(#505) Added context menu item for creation of cure from LAS data for well paths
This commit is contained in:
		@@ -783,6 +783,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
 | 
			
		||||
        }
 | 
			
		||||
        else if (dynamic_cast<RimWellPath*>(uiItem))
 | 
			
		||||
        {
 | 
			
		||||
            commandIds << "RicNewWellLogFileCurveFeature";
 | 
			
		||||
            commandIds << "RicDeleteItemFeature";
 | 
			
		||||
        }
 | 
			
		||||
        else if (dynamic_cast<RimCalcScript*>(uiItem))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user