I noticed a strange behaviour of the encoder widget that seems like a bug.
- moving the widget with a mouse causes properties min(0), max(0) to be set automatically
I’m using the encoder without setting limits to have unlimited range - retrieving the min and max properties with
cabbageGet
gives me 0 values when I don’t set those value and the encoder works as intended without limits. But if I set the limits to 0, then the encoder has no range (no effect). So, it seems thatcabbageGet
reads wrong values in this case.
What’s the correct way to set the limits?