Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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';

Change History (3)

comment:1 by Adeel Asghar, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in f66ffa7/OMEdit.

comment:2 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:3 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.