From 4e27a4c1f578ab7996776ee4ac66cd9a43b337f4 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 3 Feb 2025 22:43:20 -0600 Subject: [PATCH] [nostalgia/core/studio/tilesheet] Fix palette path display update --- .../gfx/src/studio/tilesheeteditor/tilesheeteditormodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/tilesheeteditormodel.cpp b/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/tilesheeteditormodel.cpp index 2d0588a3..127b5209 100644 --- a/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/tilesheeteditormodel.cpp +++ b/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/tilesheeteditormodel.cpp @@ -300,6 +300,7 @@ ox::Error TileSheetEditorModel::markUpdatedCmdId(studio::UndoCommand const*cmd) m_pal = keel::AssetRef{}; } m_palettePage = ox::min(pal().pages.size(), 0); + setPalPath(); paletteChanged.emit(); } auto const tsCmd = dynamic_cast(cmd);