mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update Well IA and Fault RA processing workflows to work with updated tree UI hidden/visible logic changes.
This commit is contained in:
@@ -105,5 +105,6 @@ void RicNewWellIntegrityAnalysisFeature::setupActionLook( QAction* actionToSetup
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RicNewWellIntegrityAnalysisFeature::isCommandEnabled()
|
||||
{
|
||||
return true;
|
||||
RimGeoMechView* view = dynamic_cast<RimGeoMechView*>( RiaApplication::instance()->activeGridView() );
|
||||
return ( view != nullptr );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user