summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/text-edit.cpp')
-rw-r--r--src/ui/dialog/text-edit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp
index 1b19f6d02..fca65a1ba 100644
--- a/src/ui/dialog/text-edit.cpp
+++ b/src/ui/dialog/text-edit.cpp
@@ -493,6 +493,7 @@ void TextEdit::onTextChange (GtkTextBuffer *text_buffer, TextEdit *self)
void TextEdit::onFontChange(Glib::ustring fontspec)
{
+ font_features.update_opentype ( fontspec );
onChange();
}