[nostalgia/core/studio] Make default palette changes save to NostalgiaGraphics

This commit is contained in:
Gary Talent 2020-03-19 19:34:32 -05:00
parent 80aae23dc0
commit 4f3497326f

View File

@ -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) {