| commit | 09513e0d5bfa00145374d195d605c33a8bc7113b | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Jan 17 09:42:31 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Jan 17 11:58:18 2019 +0100 |
| tree | a86b2aa5297dfe190ff136bf11c417d3cf7f0797 | |
| parent | 5e89aad61e143ad6a52291ef7065f5b22e348c85 [diff] |
Resolves: tdf#122346 get font features to stick in entry properly Change-Id: I56058a2069600a4c8acba861a38e7e5d84f44d81 Reviewed-on: https://gerrit.libreoffice.org/66499 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index a2eaf26..0e4c952 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx
@@ -1170,7 +1170,7 @@ IMPL_LINK(SvxCharNamePage, FontFeatureButtonClicked, weld::Button&, rButton, voi cui::FontFeaturesDialog aDialog(GetDialogFrameWeld(), sFontName); if (aDialog.run() == RET_OK) { pNameBox->set_active_text(aDialog.getResultFontName()); pNameBox->set_entry_text(aDialog.getResultFontName()); UpdatePreview_Impl(); } }