]> git.lyx.org Git - features.git/commitdiff
* the markers create a 1 pixel margin
authorStefan Schimanski <sts@lyx.org>
Thu, 24 Jan 2008 08:39:23 +0000 (08:39 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 24 Jan 2008 08:39:23 +0000 (08:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22661 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathGrid.cpp

index 48d30efd80eb043940df594eea832c4528d3d5c6..d1d6108fd06cdbb46cbdd1d00d20b025109f5e27 100644 (file)
@@ -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);
 }