mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 22:08:11 +08:00
Fix artboard tool and remove old artboard code
This commit is contained in:
committed by
Keavon Chambers
parent
9a39c4a0cc
commit
b52f831b21
@@ -1,3 +1,4 @@
|
||||
use document_legacy::document_metadata::LayerNodeIdentifier;
|
||||
use document_legacy::LayerId;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
@@ -63,5 +64,5 @@ pub enum ExportBounds {
|
||||
#[default]
|
||||
AllArtwork,
|
||||
Selection,
|
||||
Artboard(LayerId),
|
||||
Artboard(LayerNodeIdentifier),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user