mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix problem with drawing of math backround with selections.
This commit is contained in:
parent
d7e9ab08a3
commit
3e681bea4f
@ -510,7 +510,7 @@ void InsetMathHull::drawBackground(PainterInfo & pi, int x, int y) const
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
pi.pain.fillRectangle(x + 1, y - dim.asc + 1, dim.wid - 2,
|
pi.pain.fillRectangle(x + 1, y - dim.asc + 1, dim.wid - 2,
|
||||||
dim.asc + dim.des - 1, backgroundColor(pi));
|
dim.asc + dim.des - 1, pi.backgroundColor(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user