mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 12:38:11 +08:00
Add Brush tool warning; move font list loading to document creation time
This commit is contained in:
@@ -189,7 +189,6 @@ impl LayoutMessageHandler {
|
||||
|
||||
responses.add(PortfolioMessage::LoadFont {
|
||||
font: Font::new(font_family.into(), font_style.into()),
|
||||
is_default: false,
|
||||
});
|
||||
(font_input.on_update.callback)(font_input)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user