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: dietmarw Owned by: adeas31
Priority: high Milestone: 1.12.0
Component: OMEdit Version: v1.12.0
Keywords: Cc:

Description (last modified by dietmarw)

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 dietmarw 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by dietmarw

comment:1 Changed 8 years ago by dietmarw

  • Description modified (diff)

comment:2 Changed 8 years ago by adeas31

  • Milestone changed from Future to 1.12.0
  • Status changed from new to accepted

comment:3 Changed 8 years ago by adeas31

Fixed in bfe5797/OMEdit.

comment:4 Changed 8 years ago by adeas31

  • Resolution set to fixed
  • Status changed from accepted to closed

comment:5 Changed 8 years ago by dietmarw

Fix confirmed in today's nightly build.

Note: See TracTickets for help on using tickets.