mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fix shapes only showing up as outlines on document load (#1375)
No longer treat a graphic group as an error
This commit is contained in:
parent
5b6a74eb38
commit
e32d4c29c4
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ impl NodeGraphExecutor {
|
|||
// Send to frontend
|
||||
responses.add(FrontendMessage::UpdateDocumentNodeRender { svg });
|
||||
|
||||
return Err("Graphic group (see console)".to_string());
|
||||
//return Err("Graphic group (see console)".to_string());
|
||||
}
|
||||
_ => {
|
||||
return Err(format!("Invalid node graph output type: {:#?}", node_graph_output));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue