mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
5b0af9a0f0
commit
5135dd2ae9
@ -51,6 +51,8 @@ bool MathDecorationInset::protect() const
|
||||
bool MathDecorationInset::wide() const
|
||||
{
|
||||
return
|
||||
name_ == "overline" ||
|
||||
name_ == "underline" ||
|
||||
name_ == "overbrace" ||
|
||||
name_ == "underbrace" ||
|
||||
name_ == "overleftarrow" ||
|
||||
|
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user