Opened 8 years ago
Last modified 8 years ago
#4338 closed defect
new checkBox annotation causes display error in diagram — at Initial Version
Reported by: | Dietmar Winkler | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.12.0 |
Component: | OMEdit | Version: | v1.12.0 |
Keywords: | Cc: |
Description
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:
[Image(DisplayError.png)]
Note:
See TracTickets
for help on using tickets.