Fix events not rendering after certain layout changes

This commit is contained in:
GriffinR
2025-02-10 11:50:39 -05:00
parent 2100aaac93
commit a5141dea5d

View File

@@ -961,8 +961,8 @@ bool MainWindow::setLayout(QString layoutId) {
}
void MainWindow::redrawMapScene() {
editor->displayMap();
editor->displayLayout();
editor->displayMap();
refreshMapScene();
}