X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGUI%2FSUPERVGUI_CanvasLink.cxx;h=3c957e645eca7c9ef4ed595fd7cfd22230cb0ca1;hb=HEAD;hp=70a1e3826177ac2069ffe8aa2cf4cadb4b4e874f;hpb=33816d067ed0e5276d9fc543eaff6f3a23680ed8;p=modules%2Fsuperv.git diff --git a/src/SUPERVGUI/SUPERVGUI_CanvasLink.cxx b/src/SUPERVGUI/SUPERVGUI_CanvasLink.cxx index 70a1e38..3c957e6 100644 --- a/src/SUPERVGUI/SUPERVGUI_CanvasLink.cxx +++ b/src/SUPERVGUI/SUPERVGUI_CanvasLink.cxx @@ -401,7 +401,8 @@ bool SUPERVGUI_CanvasLinkBuilder::canCreateEngine(SUPERVGUI_CanvasPort* thePort) // asv : 15.12.04 : NOT allow to connect Gate-to-InLine --> it does not make sence! // Out Gate port can be connected only to In Gate port - if ( aOutKind == SUPERV::GateParameter && aInKind != SUPERV::GateParameter ) + // mkr : NPAL14823 : Out Gate port can be connected to Inline port too + if ( aOutKind == SUPERV::GateParameter && aInKind != SUPERV::GateParameter && aInKind != SUPERV::InLineParameter ) return false; // In Gate can be connected to (receive links from) Gate port and InLine ports (important for Switch nodes)