]> git.lyx.org Git - lyx.git/commitdiff
fix display of hungarian umlaut
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 1 Dec 2006 21:13:47 +0000 (21:13 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 1 Dec 2006 21:13:47 +0000 (21:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16128 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetlatexaccent.C

index e566acda709faac0e7c06e709967ec8d1e25143d..94c1e2b19c0757d3e573aefdb98a01c2f925b77e 100644 (file)
@@ -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: