mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-12 20:05:55 -05:00
Fix changing tilesets not marking layouts as unsaved
This commit is contained in:
@@ -25,6 +25,7 @@ public:
|
||||
|
||||
|
||||
bool loaded = false;
|
||||
bool hasUnsavedDataChanges = false;
|
||||
|
||||
QString id;
|
||||
QString name;
|
||||
|
||||
@@ -200,6 +200,7 @@ private slots:
|
||||
void applyUserShortcuts();
|
||||
void markMapEdited();
|
||||
void markSpecificMapEdited(Map*);
|
||||
void markLayoutEdited();
|
||||
|
||||
void on_actionNew_Tileset_triggered();
|
||||
void on_action_Save_triggered();
|
||||
|
||||
Reference in New Issue
Block a user