From 8c33f73cc7b8ff83d57f0dbf41782e1e361d7326 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 17 Feb 2014 01:19:31 +0100 Subject: [PATCH] MathSupport.cpp: fix drawing of leftrightarrow - to see the difference use this in a formula: \overleftrightarrow{aasasasasassdsdsdasdsdsd} --- src/mathed/MathSupport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.2