mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3311 Remove seperate fracture and fishbone MSW export if it's not a Debug run.
This commit is contained in:
parent
e4a5eb2769
commit
5689b5790a
@ -160,7 +160,7 @@ void RicExportFracturesWellSegmentsFeature::setupActionLook(QAction* actionToSet
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
bool RicExportFracturesWellSegmentsFeature::isCommandEnabled()
|
bool RicExportFracturesWellSegmentsFeature::isCommandEnabled()
|
||||||
{
|
{
|
||||||
if (caf::SelectionManager::instance()->selectedItemAncestorOfType<RimWellPathFractureCollection>())
|
if (RiaApplication::enableDevelopmentFeatures() && caf::SelectionManager::instance()->selectedItemAncestorOfType<RimWellPathFractureCollection>())
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user