fix drawing of \overline and \underline

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2880 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-10-13 14:39:18 +00:00
parent 5b0af9a0f0
commit 5135dd2ae9
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,8 @@ bool MathDecorationInset::protect() const
bool MathDecorationInset::wide() const
{
return
name_ == "overline" ||
name_ == "underline" ||
name_ == "overbrace" ||
name_ == "underbrace" ||
name_ == "overleftarrow" ||

View File

@ -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
};