From a5141dea5d656664eadf6c5a1709d4fd417abc37 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 10 Feb 2025 11:50:39 -0500 Subject: [PATCH] Fix events not rendering after certain layout changes --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f4370f52..c57cdd00 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -961,8 +961,8 @@ bool MainWindow::setLayout(QString layoutId) { } void MainWindow::redrawMapScene() { - editor->displayMap(); editor->displayLayout(); + editor->displayMap(); refreshMapScene(); }