add undo action for bucket fill

This commit is contained in:
2019-06-23 14:58:26 +02:00
parent 24a459dfc1
commit 2782d864ed
6 changed files with 112 additions and 25 deletions

View File

@@ -136,7 +136,6 @@ public:
struct ActionLayerMerge : public Action
{
enum class Direction { Undo, Redo } m_direction;
std::shared_ptr<Layer::Snapshot> m_snap;
std::shared_ptr<Layer> m_layer;
std::shared_ptr<NodeLayer> m_layer_node;