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