Skip to content

Commit

Permalink
Remove temp OM workaround for pipe icon
Browse files Browse the repository at this point in the history
Previously, OMEdit was not able to display conditional graphics elements. This is now supported so the workaround is no longer needed.
  • Loading branch information
dietmarw committed Jan 4, 2024
1 parent 3c6b391 commit c00922a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions OpenHPL/Icons/Pipe.mo
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ partial class Pipe "Pipe icon"
extent={{-90,40},{90,-40}},
lineColor={0,0,0},
fillPattern=FillPattern.Solid,
fillColor={175,175,175}),
fillColor={175,175,175},
visible=not vertical),
Rectangle(
extent={{-90,30},{90,-30}},
lineColor={28,108,200},
fillColor={0,128,255},
fillPattern=FillPattern.Solid),
Rectangle(
extent={{-90,90},{90,-90}},
lineColor={255,255,255},
fillColor={255,255,255},
fillPattern=FillPattern.Solid,
visible=vertical),
visible=not vertical),
Rectangle(
extent={{-85,30},{85,-30}},
lineColor={0,0,0},
Expand Down

0 comments on commit c00922a

Please sign in to comment.