mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Cleanup lcModelAction.
This commit is contained in:
+1
-1
@@ -1988,7 +1988,7 @@ void lcModel::EndActionSequence(const QString& Description)
|
||||
|
||||
for (const std::unique_ptr<lcModelAction>& ModelAction : mUndoHistory.front()->ModelActions)
|
||||
{
|
||||
if (const lcModelActionSelection* ModelActionSelection = dynamic_cast<const lcModelActionSelection*>(ModelAction.get()))
|
||||
if (dynamic_cast<const lcModelActionSelection*>(ModelAction.get()))
|
||||
{
|
||||
gMainWindow->UpdateSelectedObjects(true);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user