diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/text-edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp index 4550d8ade..dfeab07ba 100644 --- a/src/ui/dialog/text-edit.cpp +++ b/src/ui/dialog/text-edit.cpp @@ -522,7 +522,7 @@ void TextEdit::onTextChange (GtkTextBuffer *text_buffer, TextEdit *self) void TextEdit::onFontChange(Glib::ustring fontspec) { - font_features.update_opentype ( fontspec ); + // Is not necesary update open type features this done when user click on font features tab onChange(); } |
