mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-23 00:04:25 -04:00
When a spin box is showing a NULL value, we DON'T do the default step behavior, as that would add one step to the NULL value, which is usually a very large negative value... so the user will get a very large negative number! Instead, treat the initial value as 0 instead, and then perform the step.