mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Fix artboards not being included in Export menu's bounds list (#1748)
Show artboards when exporting
This commit is contained in:
@@ -74,7 +74,7 @@ impl MessageHandler<DialogMessage, DialogMessageData<'_>> for DialogMessageHandl
|
|||||||
let artboards = document
|
let artboards = document
|
||||||
.metadata
|
.metadata
|
||||||
.all_layers()
|
.all_layers()
|
||||||
.filter(|&layer| is_layer_fed_by_node_of_name(layer, &document.network, "Artboard"))
|
.filter(|&layer| document.metadata.is_artboard(layer))
|
||||||
.map(|layer| {
|
.map(|layer| {
|
||||||
(
|
(
|
||||||
layer,
|
layer,
|
||||||
|
|||||||
Reference in New Issue
Block a user