#2495 Add batch command argument for D-factor scaling

This commit is contained in:
Bjørn Erik Jensen
2018-03-05 10:20:47 +01:00
parent 2f023f4016
commit b371a94e91
6 changed files with 45 additions and 33 deletions

View File

@@ -152,9 +152,9 @@ void RimStimPlanFractureTemplate::fieldChangedByUi(const caf::PdmFieldHandle* ch
}
}
if (changedField == &m_sizeScaleApplyButton)
if (changedField == &m_scaleApplyButton)
{
m_sizeScaleApplyButton = false;
m_scaleApplyButton = false;
reload();
}
}