Sfoglia il codice sorgente

Merge branch 'master' into flatpak

Krzysztof Krysiński 4 settimane fa
parent
commit
e23d380572
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/PixiEditor/Views/Nodes/ConnectionRenderer.cs

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

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