Select newly-pasted events

This commit is contained in:
GriffinR 2022-07-05 14:50:17 -04:00
parent d9b37ecb0b
commit 22a42eaac1

View file

@ -1654,8 +1654,8 @@ void MainWindow::paste() {
}
if (!newEvents.isEmpty()) {
editor->map->editHistory.push(new EventPaste(this->editor, editor->map, newEvents));
updateObjects();
editor->map->editHistory.push(new EventPaste(this->editor, editor->map, newEvents));
}
break;
}