mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add reload and delete of pressure/depth data
This commit is contained in:
@@ -80,6 +80,11 @@ void RicOpenInTextEditorFeature::onActionTriggered( bool isChecked )
|
||||
{
|
||||
filePath = templateFileItem->absoluteFilePath();
|
||||
}
|
||||
|
||||
if ( auto pressureDepthData = dynamic_cast<RimPressureDepthData*>( uiItems.front() ) )
|
||||
{
|
||||
filePath = pressureDepthData->filePath();
|
||||
}
|
||||
}
|
||||
|
||||
if ( !filePath.isEmpty() )
|
||||
|
||||
Reference in New Issue
Block a user