[nostalgia/core/studio] Make default palette changes save to NostalgiaGraphics
This commit is contained in:
parent
80aae23dc0
commit
4f3497326f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user