mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* the markers create a 1 pixel margin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22661 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2eb75da023
commit
06295fef40
@ -497,7 +497,7 @@ void InsetMathGrid::metrics(MetricsInfo & mi, Dimension & dim) const
|
||||
|
||||
void InsetMathGrid::draw(PainterInfo & pi, int x, int y) const
|
||||
{
|
||||
drawWithMargin(pi, x, y, 0, 0);
|
||||
drawWithMargin(pi, x, y, 1, 1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user