Text of diameter constraint getting cropped

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
Simonski
Posts: 38
Joined: Wed Nov 24, 2021 11:31 am

Text of diameter constraint getting cropped

Post by Simonski »

I’m noticing that when I add a diameter constraint to a sketch, the text is cropped. Radius and other constraints display correctly though.

Is this an issue with FreeCad or with my setup/settings?


OS: Ubuntu 20.04.3 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.26375 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 8a6e3d1)
Hash: 8a6e3d1b766a34546806b22d750929c2d00e30a6
Python version: 3.9.7
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.3
Locale: English/United Kingdom (en_GB)
Attachments
DiamterConstraintCropping.png
DiamterConstraintCropping.png (24.43 KiB) Viewed 779 times
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Text of diameter constraint getting cropped

Post by openBrain »

I made a PR that was recently merged to fix this. Hopefully I didn't make the thing worse.
Will check commit number of the PR merge.
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Text of diameter constraint getting cropped

Post by openBrain »

OK, should be right. Fix is 26475 (more or less 1, have to manually count because on a mobile).
I don't know the current commit used for AppImage but any later build would fix this issue.
Simonski
Posts: 38
Joined: Wed Nov 24, 2021 11:31 am

Re: Text of diameter constraint getting cropped

Post by Simonski »

I’ve just tried the 26498 appimage and yes, this issue does appear to be fixed. Thank you.
Post Reply