We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bed30 commit d2ad357Copy full SHA for d2ad357
1 file changed
Sources/NodeUIEngine/NUIE_NodeUIManagerCommands.cpp
@@ -98,6 +98,7 @@ void MoveNodesWithOffsetsCommand::Do (NodeUIManager& uiManager)
98
const Point& offset = offsets[i];
99
UINodePtr uiNode = uiManager.GetNode (nodeId);
100
uiNode->SetPosition (uiNode->GetPosition () + offset);
101
+ uiManager.InvalidateNodeDrawing (uiNode);
102
uiManager.InvalidateNodeGroupDrawing (uiNode);
103
}
104
0 commit comments