Changes between Initial Version and Version 1 of Ticket #6111, comment 4
- Timestamp:
- 2020-09-07T12:44:30Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6111, comment 4
initial v1 1 1 A 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. 2 2 3 {{{ 3 4 model IconVisible 4 5 parameter Boolean show=true; … … 8 9 Rectangle(visible=show,origin = {40, 0}, fillPattern = FillPattern.Solid, extent = {{-20, 20}, {20, -20}})})); 9 10 end IconVisible; 11 }}}