Syres916

Results 282 comments of Syres916

On my Linux Mint 22 box the Custom Colors are saved correctly in /home/_username_/.config/QtProject.conf and as this is not coded in FreeCAD directly (it's Qt) then it's not surprising that...

The custom color is saved as soon as the user clicks `OK` to the _Qt Color Picker_ dialog, once again this is absolutely nothing to do with FreeCAD, if you...

It's most likely fixed when https://github.com/FreeCAD/FreeCAD/pull/21174 is merged but I'm also testing a follow-up PR to put the default description and units back to how they were.

Having done some investigation, it's actually a different regression from #20540 caused by the creation of the Units combobox in the Start module and the setting of the current index,...

Having looked at the old setup pre-PR20540, the trace should be something like: ``` MainWindow void retranslateUi() MainWindow unitChanged () Start GeneralSettingsWidget::retranslateUi() ``` but in current main the `Start GeneralSettingsWidget::retranslateUi()`...

I think I've worked out a fix for the Start module messing up the user's set schema and it's included in https://github.com/FreeCAD/FreeCAD/compare/main...Syres916:FreeCAD:Revert_Internal_metres_to_Standard_millimetres so I've just a few extra checks to...

@joukeHijlkema without the file or a simple example file, this is going to be very difficult to diagnose. In the screenshot I can see the dimension selected before running the...

The object being editing colour should be clear: ![Image](https://github.com/user-attachments/assets/27383768-e15c-4aea-8dc7-328f4ace26b7) but the sketch label can be added to the Solver Messages reasonably easily,: ![Image](https://github.com/user-attachments/assets/157dd5e1-2627-4ea1-9ddc-49423671984c) ![Image](https://github.com/user-attachments/assets/68e924ad-91f1-429e-b088-1742e6d60074)

I believe it's related to https://github.com/FreeCAD/FreeCAD/issues/21172 because the Attachment Editor is Python based (TaskAttachmentEditor.py) and part of the code does a Unit lookup for the Offset in X, Y and...

IMHO, quite simply FreeCAD 1.0 shouldn't ship with the dashed lines _enabled_ as default (for any of the different geometries) until there's a reliable way (possibly in the First Time...