Opened 7 years ago
Closed 7 years ago
#4505 closed defect (fixed)
Icon text of plugs shall not be visible in Diagram View
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | high | Milestone: | 1.12.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
Please consider the example Modelica.Electrical.MultiPhase.Examples.TransformerYY
. Switch to the diagram view and zoom into the direct vicinity of one plug. Obviously, the %name of the plug is shown, even though in Modelica.Electrical.MultiPhase.Interfaces.Plug
the %name is specified on the Diagram layer, not the Icon layer.
It is also noticeable that the %name does not appear on electrical pins or other connectors: its just the MultiPhase connectors. I cannot figure out in what sense MutliPhase connectors are different from others.
Attachments (3)
Change History (8)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Milestone: | Future → 1.12.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in ae793b/OMEdit.
comment:3 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 7 years ago
I suspect, that as a consequence of this ticket, the text of the plugs is not shown any more in the diagram view, as well. See attached image: the names of the electrical pins is shown, but the text of the electrical plugs does not appear.
by , 7 years ago
Attachment: | plug_pin.png added |
---|
Plug do not show their names, pins show their names
by , 7 years ago
Attachment: | plug_pin_missing_text.2.png added |
---|
Missing text of plugs (corrected version)
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Should work fine with f3156d/OMEdit.
Consequently, this text also appears when exporting a diagram as SVG or bitmap file -- which then has to be removed manually.