Populate layer entry cache (#437)

* Populate layer entry cache

* Serialize the DocumentMessageHandler

* Fix restoring of collapsed/expanded state, add iter impl for Layer, and clean up layer_data() functions

* Fixed bug with CreateEmptyLayer revealed by test

Co-authored-by: Keavon Chambers <keavon@keavon.com>
Co-authored-by: otdavies <oliver@psyfer.io>
This commit is contained in:
0HyperCube
2021-12-29 04:32:44 +00:00
committed by Keavon Chambers
co-authored by Keavon Chambers otdavies
parent 3eb915eaee
commit fd1ddfc41e
10 changed files with 156 additions and 83 deletions
+1
View File
@@ -3,6 +3,7 @@ mod document_message_handler;
pub mod layer_panel;
mod movement_handler;
mod transform_layer_handler;
mod vectorize_layerdata;
#[doc(inline)]
pub use document_file::LayerData;