[nostalgia/core/studio] Make default palette changes save to NostalgiaGraphics
This commit is contained in:
@ -258,6 +258,8 @@ void SheetData::setPalette(const studio::Context *ctx, QString palPath) {
|
|||||||
if (npal) {
|
if (npal) {
|
||||||
setPalette(npal.get());
|
setPalette(npal.get());
|
||||||
}
|
}
|
||||||
|
m_currentPalettePath = palPath;
|
||||||
|
emit changeOccurred();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SheetData::setSelectedColor(int index) {
|
void SheetData::setSelectedColor(int index) {
|
||||||
|
Reference in New Issue
Block a user