Skip to content

Commit d2ad357

Browse files
committed
Fix refreshing problem after aligning nodes.
1 parent 65bed30 commit d2ad357

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/NodeUIEngine/NUIE_NodeUIManagerCommands.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ void MoveNodesWithOffsetsCommand::Do (NodeUIManager& uiManager)
9898
const Point& offset = offsets[i];
9999
UINodePtr uiNode = uiManager.GetNode (nodeId);
100100
uiNode->SetPosition (uiNode->GetPosition () + offset);
101+
uiManager.InvalidateNodeDrawing (uiNode);
101102
uiManager.InvalidateNodeGroupDrawing (uiNode);
102103
}
103104
}

0 commit comments

Comments
 (0)