Skip to content

Commit

Permalink
#5858: Select the replacement node in the scene, this also fixes the …
Browse files Browse the repository at this point in the history
…unit tests.
  • Loading branch information
codereader committed Mar 1, 2022
1 parent 8c88660 commit 1821f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiantcore/map/algorithm/Export.cpp
Expand Up @@ -166,6 +166,8 @@ void exportSelectedAsModel(const ModelExportOptions& options)
newEntity->setKeyValue(key, value);
});
}

Node_setSelected(modelNode, true);
}
catch (cmd::ExecutionFailure& ex)
{
Expand Down

0 comments on commit 1821f72

Please sign in to comment.