]> git.lyx.org Git - features.git/commitdiff
MathSupport.cpp: fix drawing of leftrightarrow
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 17 Feb 2014 00:19:31 +0000 (01:19 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 17 Feb 2014 00:19:31 +0000 (01:19 +0100)
- to see the difference use this in a formula:
\overleftrightarrow{aasasasasassdsdsdasdsdsd}

src/mathed/MathSupport.cpp

index 6a815ed8985e6b81605b4f201c6ecfffb865fab0..6db7fcb16fbc19698692bb3e0635b1dc2eff11c1 100644 (file)
@@ -138,7 +138,7 @@ double const udarrow[] = {
        0.015, 0.25,  0.5, 0.05, 0.95, 0.25,
        2, 3,
        0.015, 0.75,  0.5, 0.95, 0.95, 0.75,
-       1, 0.5, 0.2,  0.5, 0.8,
+       1, 0.5, 0.1,  0.5, 0.9,
        0
 };