We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d94dc2 commit 5983948Copy full SHA for 5983948
1 file changed
Sources/NodeUIEngine/NUIE_NodeUIManagerDrawer.cpp
@@ -114,7 +114,6 @@ void NodeUIManagerDrawer::DrawConnections (NodeUIDrawingEnvironment& env, double
114
Pen selectionPen (skinParams.GetNodeSelectionRectPen ().GetColor (), selectionThickness);
115
116
const NE::NodeCollection& selectedNodes = uiManager.GetSelectedNodes ();
117
-
118
for (const UINode* uiNode : sortedNodeList) {
119
bool begSelected = selectedNodes.Contains (uiNode->GetId ());
120
uiNode->EnumerateUIOutputSlots ([&] (const UIOutputSlotConstPtr& outputSlot) {
0 commit comments