From: Uwe Stöhr Date: Mon, 17 Feb 2014 00:19:31 +0000 (+0100) Subject: MathSupport.cpp: fix drawing of leftrightarrow X-Git-Tag: 2.1.0rc1~198 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8c33f73cc7b8ff83d57f0dbf41782e1e361d7326;p=features.git MathSupport.cpp: fix drawing of leftrightarrow - to see the difference use this in a formula: \overleftrightarrow{aasasasasassdsdsdasdsdsd} --- diff --git a/src/mathed/MathSupport.cpp b/src/mathed/MathSupport.cpp index 6a815ed898..6db7fcb16f 100644 --- a/src/mathed/MathSupport.cpp +++ b/src/mathed/MathSupport.cpp @@ -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 };