diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-31 16:24:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-31 16:25:42 +0100 |
commit | 2de8345dc439fd9ad39cdbf9baecb58bbd46e09f (patch) | |
tree | e5620fad42bde2fde8129012e8d25fb59fd7a30f /cui | |
parent | b933f9b817d8449a87841e413cbe96ce31a63555 (diff) |
Resolves: tdf#100148 use the selected font for the edit area
I have some doubts if this is a good idea or not, but that's
the request so lets try it out for a while.
Change-Id: Ibe3f92476de1ced53daf6f41a363f70eff9f361e
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index dff40ae7cea9..3c772f2e7aad 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -433,7 +433,7 @@ IMPL_LINK_NOARG_TYPED(SvxCharacterMap, FontSelectHdl, ListBox&, void) // notify children using this font m_pShowSet->SetFont( aFont ); m_pShowChar->SetFont( aFont ); - m_pShowText->SetFont( aFont ); + m_pShowText->SetControlFont( aFont ); // setup unicode subset listbar with font specific subsets, // hide unicode subset listbar for symbol fonts |