Skip to content

TechDraw Response Time v2

Created by: WandererFan

This PR is a replacement for #2001. It addresses an issue of slow response by TechDraw. Under certain conditions, unnecessary screen paints were being performed. In addition the issues identified for (segfault on missing Anchor view, use of dynamic_cast) PR2001 have been corrected. Please merge Thanks, wf

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


Merge request reports