Syres916
Syres916
Fixes https://github.com/FreeCAD/FreeCAD/issues/14647 See https://github.com/FreeCAD/FreeCAD/issues/14647#issuecomment-2166011161
Fixes https://github.com/FreeCAD/FreeCAD/issues/16425 , if a new user does not click on any theme in the Start First Run widget then the default selected theme's entire settings are not applied, this...
Fixes https://github.com/FreeCAD/FreeCAD/issues/9767 Tested using ArchSketch Wb FYI @paullee0
Currently setting the tree font size only applies to that current session even though it is written to the user.cfg. this PR loads the setting on initialization. Fixes https://github.com/FreeCAD/FreeCAD-Bundle/issues/343 IMHO...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description While investigating https://github.com/FreeCAD/FreeCAD/issues/18569 and comparing the internals of the Step files...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Problem description Using https://wiki.freecad.org/TechDraw_TemplateGenerator#Resulting_macro the svg output is: ``` Some static text More...
On inspection of the output _Document.xml_ of a working file and a failing file it was determined there was an extra `Tag` property which should have been `VertexTag` see https://github.com/FreeCAD/FreeCAD/issues/21069#issuecomment-2844747150,...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Problem description Specifically Git Bisect found https://github.com/FreeCAD/FreeCAD/commit/2bbf6c7f6e5146c955f3d7110cb035a42e8ab30a to cause the issue as described...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Problem description Steps to reproduce: Start a new Project File, switch to the...
…being created Forum report, see No 1 in https://forum.freecad.org/viewtopic.php?t=96794 In version 1.0 the default Pipe of 50mm diameter x 1000mm long is created as expected, a regression introduced in main...