#3686 closed defect (fixed)
partial clipped or even entirely invisible component diagrams
Reported by: | Lennart Ochel | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.4 |
Component: | OMEdit | Version: | v1.9.4-dev-nightly |
Keywords: | Cc: |
Description
The working area of the diagram view doesn't match the graphical annotation in some cases. This leads to partial clipped or even entirely invisible component diagrams.
Please check the following minimal test case:
model 'foo.sbml' inner PNlib.Settings settings(showTokenFlow = true); PNlib.PC 'p1'(nIn=0,nOut=0,startMarks=0.0,minMarks=0.0,maxMarks=1.7976931348623157E308,t(final unit="mmol")) annotation(Placement(visible=true, transformation(origin={289.0,-124.0}, extent={{-20,-20}, {20,20}}, rotation=0))); equation annotation(Icon(coordinateSystem(extent={{239.0,-174.0},{339.0,-74.0}})), Diagram(coordinateSystem(extent={{239.0,-174.0},{339.0,-74.0}}))); end 'foo.sbml';
Note:
See TracTickets
for help on using tickets.
Fixed in f66ffa7/OMEdit.