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

New commits:
commit 6561f24bf55c617efc8ac3aca503dee572f388ab
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Jan 17 09:42:31 2019 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Thu Jan 17 15:42:31 2019 +0100

    Resolves: tdf#122346 get font features to stick in entry properly
    
    Change-Id: I56058a2069600a4c8acba861a38e7e5d84f44d81
    Reviewed-on: https://gerrit.libreoffice.org/66500
    Reviewed-by: Xisco Faulí <[email protected]>
    Tested-by: Xisco Faulí <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 8ac253999f85..c1a46b88663a 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();
         }
     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to