mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
Select newly-pasted events
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user