diff --git a/src/nostalgia/core/studio/tilesheeteditor.cpp b/src/nostalgia/core/studio/tilesheeteditor.cpp index 889672f4..5fa15c2f 100644 --- a/src/nostalgia/core/studio/tilesheeteditor.cpp +++ b/src/nostalgia/core/studio/tilesheeteditor.cpp @@ -258,6 +258,8 @@ void SheetData::setPalette(const studio::Context *ctx, QString palPath) { if (npal) { setPalette(npal.get()); } + m_currentPalettePath = palPath; + emit changeOccurred(); } void SheetData::setSelectedColor(int index) {