Skip to content

Commit d8904b3

Browse files
committed
Do not request recalculate after every command because some commands doesn't affect the calculated result.
1 parent cef965f commit d8904b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/NodeUIEngine/NUIE_NodeUIManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ void NodeUIManager::ExecuteCommand (NodeUIManagerCommand& command)
661661
SaveUndoState ();
662662
}
663663
command.Do (*this);
664-
RequestRecalculateAndRedraw ();
665664
status.RequestSave ();
666665
}
667666

0 commit comments

Comments
 (0)