Changes between Initial Version and Version 1 of Ticket #6111, comment 4


Ignore:
Timestamp:
2020-09-07T12:44:30Z (5 years ago)
Author:
Dietmar Winkler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6111, comment 4

    initial v1  
    11A bit more elaborate test where the tool should actually display always one of the two but the described behaviour of OMEdit would always display both.
    22
     3{{{
    34model IconVisible
    45parameter Boolean show=true;
     
    89    Rectangle(visible=show,origin = {40, 0}, fillPattern = FillPattern.Solid, extent = {{-20, 20}, {20, -20}})}));
    910end IconVisible;
     11}}}