diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-18 18:40:40 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-28 15:42:34 +0000 |
| commit | 3b4eefa4e95bf3d9ee8ec62cd503e26b0047d627 (patch) | |
| tree | f41634ded75c0e42c32718519ae4573f20053fb6 /src/libnrtype | |
| parent | Dis allow to emit once instead 3 time on font change (diff) | |
| download | inkscape-3b4eefa4e95bf3d9ee8ec62cd503e26b0047d627.tar.gz inkscape-3b4eefa4e95bf3d9ee8ec62cd503e26b0047d627.zip | |
Fis issue pointed by Mc
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/font-lister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp index 4aedd1641..f5cb43744 100644 --- a/src/libnrtype/font-lister.cpp +++ b/src/libnrtype/font-lister.cpp @@ -572,7 +572,7 @@ std::pair<Glib::ustring, Glib::ustring> FontLister::selection_update() } std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(fontspec); - (ui.first); + set_font_family(ui.first); set_font_style(ui.second); #ifdef DEBUG_FONT |
