Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#4338 closed defect (fixed)

new checkBox annotation causes display error in diagram

Reported by: Dietmar Winkler Owned by: Adeel Asghar
Priority: high Milestone: 1.12.0
Component: OMEdit Version: v1.12.0
Keywords: Cc:

Description (last modified by Dietmar Winkler)

When one makes use use of the new checkBox annoation then the the latest dev version (seen in OMEdit 1.12.0~dev-239-g0a2f14a) generates a box on the diagram layer.

Minimal example:

model DisplayError
parameter Boolean foo=false "Some toggle parameter:" annotation (
      Dialog(
      group="Visualisation",
      __Dymola_compact=true,
      __Dymola_descriptionLabel=true),
      choices(checkBox=true));
end DisplayError;

causes the diagram to look like:

Attachments (1)

DisplayError.png (1.8 KB ) - added by Dietmar Winkler 8 years ago.

Download all attachments as: .zip

Change History (6)

by Dietmar Winkler, 8 years ago

Attachment: DisplayError.png added

comment:1 by Dietmar Winkler, 8 years ago

Description: modified (diff)

comment:2 by Adeel Asghar, 8 years ago

Milestone: Future1.12.0
Status: newaccepted

comment:3 by Adeel Asghar, 8 years ago

Fixed in bfe5797/OMEdit.

comment:4 by Adeel Asghar, 8 years ago

Resolution: fixed
Status: acceptedclosed

comment:5 by Dietmar Winkler, 8 years ago

Fix confirmed in today's nightly build.

Note: See TracTickets for help on using tickets.