]> git.lyx.org Git - features.git/commit
Use current_font, not real_current_font, in character dialog
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 16 Dec 2018 11:29:15 +0000 (12:29 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commit2b6ede6768c023ec692b8493e49b7ccb62d999ae
tree6cbcd627312a5c9aa8723ee16b3a6a487111dc51
parent0f1e57a6f28326576016711f993879d6980b68aa
Use current_font, not real_current_font, in character dialog

The latter has the workarea font settings, which are not of interest
here.

Fixes: #11385
src/frontends/qt4/GuiCharacter.cpp