[nostalgia/core/studio] Make Pixel updates in TileSheetEditor use undo stack

This commit is contained in:
2019-12-03 18:01:00 -06:00
parent e407ad7246
commit 01ad572499
3 changed files with 83 additions and 6 deletions
+5
View File
@@ -12,4 +12,9 @@ namespace nostalgia::core {
constexpr auto PluginName = "NostalgiaCore";
// Command IDs to use with QUndoCommand::id()
enum class CommandId {
UpdatePixel = 1,
};
}