Skip to content
  • Artur Grunau's avatar
    NumericProperty: provide a default step value · 8fcbfb5b
    Artur Grunau authored
    Even though all integer-based properties derived from NumericProperty
    used the same step value, T(1), it had to be specified when
    instantiating them. To reduce boilerplate code in property
    constructors, NumericProperty now uses T(1) as the default step value.
    8fcbfb5b