Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unsigned integers may overflow in RangeWidget
Updated the decrement logic to prevent overflow by checking if the current value is less than the minimum plus step before performing the subtraction. This ensures safer calculations and maintains expected behavior during decrements. Fixes #306
- Loading branch information