From: André Pönitz Date: Sat, 13 Oct 2001 14:39:18 +0000 (+0000) Subject: fix drawing of \overline and \underline X-Git-Tag: 1.6.10~20480 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5135dd2ae9d41d70af5dea95f21d2994e89b3ecf;p=features.git fix drawing of \overline and \underline git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2880 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_decorationinset.C b/src/mathed/math_decorationinset.C index 2cd1af5a9e..4b35c789f3 100644 --- a/src/mathed/math_decorationinset.C +++ b/src/mathed/math_decorationinset.C @@ -51,6 +51,8 @@ bool MathDecorationInset::protect() const bool MathDecorationInset::wide() const { return + name_ == "overline" || + name_ == "underline" || name_ == "overbrace" || name_ == "underbrace" || name_ == "overleftarrow" || diff --git a/src/mathed/support.C b/src/mathed/support.C index bc1264ea82..9cb0cd114e 100644 --- a/src/mathed/support.C +++ b/src/mathed/support.C @@ -355,7 +355,7 @@ double const slash[] = { double const hline[] = { - 1, 0.05, 0.5, 0.95, 0.5, + 1, 0.00, 0.5, 1.0, 0.5, 0 };