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

@@ -173,7 +173,7 @@ public:
I->on_mode_changed(prev, mode);
}
std::vector<Layer::Snapshot> m_layers_snapshot;
std::vector<LayerFrame::Snapshot> m_layers_snapshot;
Canvas() { I = this; }
~Canvas() { destroy(); }