]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / 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);
 }