mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-07 16:35:25 -05:00
Fix events not rendering after certain layout changes
This commit is contained in:
@@ -961,8 +961,8 @@ bool MainWindow::setLayout(QString layoutId) {
|
||||
}
|
||||
|
||||
void MainWindow::redrawMapScene() {
|
||||
editor->displayMap();
|
||||
editor->displayLayout();
|
||||
editor->displayMap();
|
||||
refreshMapScene();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user