mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Revert "Fracture Model Template: Hide new features behind experimental flag"
This reverts commit 03ae6e5ee4.
This commit is contained in:
@@ -888,10 +888,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
}
|
||||
else if ( dynamic_cast<RimFractureModelTemplateCollection*>( firstUiItem ) )
|
||||
{
|
||||
if ( RiaApplication::enableDevelopmentFeatures() )
|
||||
{
|
||||
menuBuilder << "RicNewFractureModelTemplateFeature";
|
||||
}
|
||||
menuBuilder << "RicNewFractureModelTemplateFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimFractureTemplateCollection*>( firstUiItem ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user