Prevent crash in Timelapse mode, sync editor with exporter

This commit is contained in:
GriffinR
2025-03-21 19:39:26 -04:00
parent ee1d6ac481
commit c8dc7d0eb9
4 changed files with 87 additions and 35 deletions

View File

@@ -301,6 +301,10 @@ public:
Ui::MainWindow *ui;
QPointer<Editor> editor = nullptr;
signals:
void mapOpened(Map*);
void layoutOpened(Layout*);
private:
QLabel *label_MapRulerStatus = nullptr;
QPointer<TilesetEditor> tilesetEditor = nullptr;