Add legend levels field to Contor Map projection and make sliders delay update until release

This commit is contained in:
Gaute Lindkvist
2019-01-22 15:48:21 +01:00
parent 19bf92c336
commit d9f7e68739
5 changed files with 36 additions and 6 deletions

View File

@@ -564,6 +564,7 @@ void RimGeoMechContourMapProjection::defineEditorAttribute(const caf::PdmFieldHa
myAttr->m_minimum = 0.0;
myAttr->m_maximum = 1.0;
myAttr->m_sliderTickCount = 4;
myAttr->m_delaySliderUpdateUntilRelease = true;
}
}
}