Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#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.

Change History (4)

comment:1 by Adrian Pop, 9 years ago

This has nothing to do with 64 vs 32 bit, we moved to Qt5 so i guess the issues are from there.

comment:2 by Adeel Asghar, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in c84ef06/OMEdit.

comment:3 by Adeel Asghar, 9 years ago

Milestone: Future1.10.0

comment:4 by Martin Sjölund, 7 years ago

Milestone: 1.10.0

Milestone deleted

Note: See TracTickets for help on using tickets.