Syres916
Syres916
@semhustej if you're aware of any other problems with the settings locked by https://github.com/FreeCAD/FreeCAD/pull/20778/commits/4a61a49456501a4434c14ac94e5dd6870a554dc7 then by all means feed them back I'm sure Profile isn't the only one.
Thanks for the feedback @FlachyJoe , I'll have a look at the more complex Draft and CAM task panel updates tomorrow, I think we need a consistent method across all...
The commit responsible is not the same as https://github.com/FreeCAD/FreeCAD/issues/18569 , the last good build I have is: ``` OS: Linux Mint 22 (X-Cinnamon/cinnamon/xcb) Architecture: x86_64 Version: 1.1.0dev.39416 (Git) Conda AppImage...
Thanks for the feedback @wwmayer , as I've been using the same config files for all my testing, this is the Step Import settings dialog that pops up on my...
Even with clean config files I still get the issue so I added some crude debug info to https://github.com/FreeCAD/FreeCAD/blob/main/src/Mod/Part/Gui/ViewProviderExt.cpp#L358-L365 and changed to: ``` else if (prop == &Transparency) { const...
See https://github.com/FreeCAD/FreeCAD/issues/18584#issuecomment-2554189456
See https://github.com/FreeCAD/FreeCAD/issues/18584#issuecomment-2557875162
> I don't understand this placement of the calls to `themeChanged` -- why is it happening in the button setup method? It was the only way I could easily get...
I do think whichever solution is used that a more thorough Unit Test is required to cover the various issues.
It's highly likely that the `ToDo` in https://github.com/FreeCAD/FreeCAD/commit/c8046b1c60c786caca3050cf51f853454ffb5388 will be the time when this is then fixed. Basically LinkStage3 doesn't have that code in it but as crashes were being...