#5907 closed defect (fixed)
Wrong repainting of diagrams of extended models in Omedit
| Reported by: | Andrea Bartolini | Owned by: | Adeel Asghar |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.16.0 |
| Component: | OMEdit | Version: | v1.16.0-dev |
| Keywords: | Cc: | Francesco Casella |
Description
Please consider the following model:
model test
extends Modelica.Blocks.Examples.LogicalNetwork1;
annotation(Diagram(coordinateSystem(extent = {{-200, -100}, {200, 100}}, grid = {0.5, 0.5})));
end test;
If you switch to diagram view you will see that the wires on the diagram are broken/reshuffled (see attached picture).
This misbehavior seem to be generated by the annotation, that changes the diagram extension and grid.
The problem has shown after the software update made yesterday.
OMEdit - OpenModelica Connection Editor
Connected to OpenModelica 1.16.0~dev-263-g761b5de
sysop Ubuntu 18.04
Attachments (1)
Change History (4)
by , 6 years ago
| Attachment: | Screenshot from 2020-04-06 14-19-14.png added |
|---|
comment:1 by , 6 years ago
| Status: | new → accepted |
|---|
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in 034e66b/OpenModelica.