View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002933 | FreeCAD | Bug | public | 2017-02-28 22:49 | 2017-03-27 17:18 |
Reporter | blacey | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Apple | OS | macOS | OS Version | 10.12 |
Product Version | 0.17 | ||||
Target Version | 0.17 | Fixed in Version | 0.17 | ||
Summary | 0002933: Blue drawing hints not scaled properly in Qt 5 | ||||
Description | When drawing an arc using 0.17 Qt 5 on a HiDPI monitor, the radius display is illegible because it is too small to read. | ||||
Steps To Reproduce | Open Part Design workbench Create Body Create Sketch Drawn an arc and try to read the radius text in blue at the cursor location | ||||
Additional Information | See attached annotated screenshot | ||||
Tags | HiDPI, macOS, Qt5 | ||||
FreeCAD Information | |||||
|
|
|
Can you check if commit 288239c4 fixes the issue? Before the font size was hard-coded to 10 and now it uses the parameter 'EditSketcherFontSize' which by default is set to 17. So, even if the default is still too small you can now create a key of type integer under BaseApp/Preferences/View and set a user-defined value. |
|
linked FreeCAD master 288239c4 |
|
Yes, that commit works-around the lack of HiDPI font scaling in OpenInventor by letting the user set the font to a larger size. |
|
Fixed by triplus's commit. Thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-02-28 22:49 | blacey | New Issue | |
2017-02-28 22:49 | blacey | File Added: Qt5FontScalingIssue.jpg | |
2017-02-28 22:51 | blacey | Tag Attached: MacOSX | |
2017-02-28 22:51 | blacey | Tag Attached: Qt5 | |
2017-03-07 12:12 | wmayer | Changeset attached | => FreeCAD master 288239c4 |
2017-03-07 12:15 | wmayer | Note Added: 0008559 | |
2017-03-07 12:35 | Kunda1 | Tag Attached: HiDPI | |
2017-03-07 12:36 | Kunda1 | Note Added: 0008560 | |
2017-03-07 16:35 | blacey | Note Added: 0008565 | |
2017-03-27 17:18 | Kunda1 | Status | new => closed |
2017-03-27 17:18 | Kunda1 | Resolution | open => fixed |
2017-03-27 17:18 | Kunda1 | Fixed in Version | => 0.17 |
2017-03-27 17:18 | Kunda1 | Note Added: 0008717 | |
2020-11-13 14:08 | Kunda1 | Tag Renamed | MacOSX => macOS |