#2428 Fracture: backwards compatibility of "Show mesh"-toggle

This commit is contained in:
Rebecca Cox
2018-02-02 09:06:24 +01:00
parent f21f6e969f
commit eef5fe6e55
6 changed files with 144 additions and 0 deletions

View File

@@ -89,6 +89,14 @@ RimStimPlanColors::~RimStimPlanColors()
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimStimPlanColors::setShowStimPlanMesh(bool showStimPlanMesh)
{
m_showStimPlanMesh = showStimPlanMesh;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------