#3819 closed defect (fixed)
Bad display of text on 64 bit OMEdit
Reported by: | anonymous | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
Consider the following model:
model SomeText annotation(Diagram(coordinateSystem(extent = {{-100, -80}, {100, 80}}), graphics = {Text(origin = {-11, 2}, extent = {{-43, 6}, {43, -6}}, textString = "This is a rather long text label on a diagram sheet")})); end SomeText;
It displays the string correctly under OMEdit 32 bit, while the font is weird on 64 bit.
In addition the gridlines are too thick on 64 bit executable.
Note:
See TracTickets
for help on using tickets.
This has nothing to do with 64 vs 32 bit, we moved to Qt5 so i guess the issues are from there.