Select newly-pasted events
This commit is contained in:
parent
d9b37ecb0b
commit
22a42eaac1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue