From c00922a1d34cda38db4712acf0895c25f7481c96 Mon Sep 17 00:00:00 2001 From: DIetmar Winkler Date: Thu, 4 Jan 2024 14:05:38 +0100 Subject: [PATCH] Remove temp OM workaround for pipe icon Previously, OMEdit was not able to display conditional graphics elements. This is now supported so the workaround is no longer needed. --- OpenHPL/Icons/Pipe.mo | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/OpenHPL/Icons/Pipe.mo b/OpenHPL/Icons/Pipe.mo index a423ebc..ebe19ed 100644 --- a/OpenHPL/Icons/Pipe.mo +++ b/OpenHPL/Icons/Pipe.mo @@ -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},