mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 11:08:12 +08:00
Add Brush tool warning; move font list loading to document creation time
This commit is contained in:
@@ -1676,7 +1676,7 @@ impl DocumentMessageHandler {
|
||||
}
|
||||
}
|
||||
for font in fonts {
|
||||
responses.add_front(FrontendMessage::TriggerFontLoad { font, is_default: false });
|
||||
responses.add_front(FrontendMessage::TriggerFontLoad { font });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user