From 0d90afa292d7d7e3ab59a6e1fcbcaa44272b2b1b Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 24 Oct 2007 23:19:48 +0000 Subject: Fix bug [ 1818794 ] Showing grid on opening svg + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) --- src/display/canvas-grid.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/display/canvas-grid.cpp') diff --git a/src/display/canvas-grid.cpp b/src/display/canvas-grid.cpp index b6086db27..846d3699a 100644 --- a/src/display/canvas-grid.cpp +++ b/src/display/canvas-grid.cpp @@ -265,7 +265,8 @@ GridCanvasItem * CanvasGrid::createCanvasItem(SPDesktop * desktop) { if (!desktop) return NULL; - //Johan: I think for multiple desktops it is best if each has their own canvasitem, but share the same CanvasGrid object; that is what this function is for. +// Johan: I think for multiple desktops it is best if each has their own canvasitem, +// but share the same CanvasGrid object; that is what this function is for. // check if there is already a canvasitem on this desktop linking to this grid for (GSList *l = canvasitems; l != NULL; l = l->next) { -- cgit v1.2.3