[Libreoffice-commits] core.git: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 17 10:58:45 UTC 2019


 cui/source/tabpages/chardlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 09513e0d5bfa00145374d195d605c33a8bc7113b
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jan 17 09:42:31 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jan 17 11:58:18 2019 +0100

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index a2eaf26e7da4..0e4c952f3d22 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();
         }
     }


More information about the Libreoffice-commits mailing list