Browse Source

Merge branch 'master' into flatpak

Krzysztof Krysiński 1 tháng trước cách đây
mục cha
commit
e23d380572

+ 1 - 1
src/PixiEditor/Views/Nodes/ConnectionRenderer.cs

@@ -51,7 +51,7 @@ public class ConnectionRenderer : Control
                     ? socket
                     ? socket
                     : null;
                     : null;
 
 
-            if (inputSocket == null || outputSocket == null)
+            if (inputSocket == null || outputSocket == null || !inputSocket.IsVisible || !outputSocket.IsVisible)
             {
             {
                 continue;
                 continue;
             }
             }