[ Fixed ] Draft_SelectPlane: issue with display of negative snapRange

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

[ Fixed ] Draft_SelectPlane: issue with display of negative snapRange

Post by Roy_043 »

A small issue:
If you change the snapRange 'on-the-fly' (see Draft_Snap) the value can become negative if you use the decrease key: "]".
A negative value seems to work fine for Draft_Snap_Grid, but in the task panel of the Draft_SelectPlane command a negative value is displayed as zero.

Code: Select all

OS: Windows 8.1 (6.3)
Word size of FreeCAD: 64-bit
Version: 0.20.25220 (Git)
Build type: Release
Branch: master
Hash: 46282db7c8c65d1205a4cd03499d4beadb1573c6
Python version: 3.8.10
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.2
Locale: Dutch/Netherlands (nl_NL)
Last edited by Roy_043 on Sat Oct 02, 2021 8:12 pm, edited 1 time in total.
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: [ Bug ] Draft_SelectPlane: issue with display of negative snapRange

Post by thomas-neemann »

thank you
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [ Fixed ] Draft_SelectPlane: issue with display of negative snapRange

Post by Roy_043 »

Merged.
Post Reply