mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
fix display of hungarian umlaut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16128 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5afcd541fd
commit
c0a7417f20
@ -493,8 +493,7 @@ void InsetLatexAccent::draw(PainterInfo & pi, int x, int baseline) const
|
||||
}
|
||||
|
||||
case HUNGARIAN_UMLAUT:
|
||||
drawAccent(pi, x2 - fm.center('´'), baseline, '´');
|
||||
drawAccent(pi, x2 + fm.center('´'), baseline, '´');
|
||||
drawAccent(pi, x2, baseline, 0x02DD);
|
||||
break;
|
||||
|
||||
case UMLAUT:
|
||||
|
Loading…
Reference in New Issue
Block a user