mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
Add conversion from component AST to flat component with content attribute (resolves #3), add XML attribute parsing, fix template string attribute parsing bug
This commit is contained in:
@@ -85,7 +85,7 @@ impl Application {
|
||||
|
||||
// Main window in the XML layout language
|
||||
let mut main_window_layout = LayoutSystem::new();
|
||||
main_window_layout.load_layout("window", "main");
|
||||
main_window_layout.load_layout_component("window", "main");
|
||||
|
||||
Self {
|
||||
surface,
|
||||
|
||||
Reference in New Issue
Block a user