implement load/unload frames

This commit is contained in:
2019-10-22 19:37:55 +02:00
parent 63f8d2f81c
commit 8e4f77333e
11 changed files with 211 additions and 116 deletions

View File

@@ -136,7 +136,7 @@ public:
struct ActionLayerMerge : public Action
{
std::shared_ptr<Layer::Snapshot> m_snap;
std::shared_ptr<LayerFrame::Snapshot> m_snap;
std::shared_ptr<Layer> m_layer;
std::shared_ptr<NodeLayer> m_layer_node;
std::shared_ptr<NodePanelLayer> m_panel;