Kaydet (Commit) 09513e0d authored tarafından Caolán McNamara's avatar Caolán McNamara

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: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 5e89aad6
......@@ -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();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment