mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 11:28:12 +08:00
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:
committed by
Keavon Chambers
co-authored by
Keavon Chambers
otdavies
parent
3eb915eaee
commit
fd1ddfc41e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user