PR #4068 [TD] TechDraw DrawViewSpreadsheet fix

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
aapo
Posts: 626
Joined: Mon Oct 29, 2018 6:41 pm

PR #4068 [TD] TechDraw DrawViewSpreadsheet fix

Post by aapo »

This PR fixes a simple bug in TechDraw DrawViewSpreadsheet reported by user M4x here: https://forum.freecadweb.org/viewtopic.php?f=35&t=51994. Basically, the rendering of TD Spreadsheet data fails, if the requested columns span over the Z:AA limit, because the column range is checked by alphabetical sorting and not by calculated indices. Additionally, the DrawViewSpreadsheet refreshing mechanism was missing from the manual "Refresh"-button in TD.

Link to the PR: https://github.com/FreeCAD/FreeCAD/pull/4068
Post Reply