Benjamin Bræstrup Sayoc
Benjamin Bræstrup Sayoc
Partially fixes #15103 I have no idea, why the bounding rect was offset with 4 times linewidth. Might need to check if removing this has any side effects.
Logic have been added to truncate overly long function names https://github.com/jrfonseca/gprof2dot/blob/6edec704a3c6242801ce8e8be9095e9cf0753493/gprof2dot.py#L3364-L3370 However, they still somehow end up in the dot file, causing graphviz to fail. It seems like only the...
Fixes #15756. There is no need having a function setting backup colors, as these will always be set by the stylesheet.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description The position coordinates should be relative to the dimension lines and...
> This PR is Closes https://github.com/coin3d/coin/issues/451 Issue by adding EGL support for the Coin library. Use COIN_BUILD_EGL option to force EGL build. Still WIP, do not merge. - @epuzanov The...
Partiarlly fixes #12208 Make axis colors user definable
``` OS: Ubuntu 23.04 (ubuntu:GNOME/ubuntu) Word size of FreeCAD: 64-bit Version: 1.0.0RC1.38657 (Git) Build type: Debug Branch: dpiAboutInfo Hash: 1115f77fcf6c7b4307de00a63f27608ecd3aa38f Python 3.11.4, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3...
Now autocomplete is in all TextEdit objects. Fixes #12850