add history to layer create, delete, move, rename, and merge

This commit is contained in:
2019-06-18 17:39:35 +02:00
parent c48a6da8a6
commit 9ee4bc42b9
12 changed files with 259 additions and 137 deletions

View File

@@ -1,6 +1,8 @@
#include "pch.h"
#include "canvas_layer.h"
uint32_t Layer::s_count = 0;
void Layer::Snapshot::create(int w, int h)
{
for (int i = 0; i < 6; i++)