[nostalgia/core/studio] Make Pixel updates in TileSheetEditor use undo stack
This commit is contained in:
@@ -12,4 +12,9 @@ namespace nostalgia::core {
|
||||
|
||||
constexpr auto PluginName = "NostalgiaCore";
|
||||
|
||||
// Command IDs to use with QUndoCommand::id()
|
||||
enum class CommandId {
|
||||
UpdatePixel = 1,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user