diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-10-24 23:19:48 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-10-24 23:19:48 +0000 |
| commit | 0d90afa292d7d7e3ab59a6e1fcbcaa44272b2b1b (patch) | |
| tree | 8d9135993f1a6de7f2596bb3637d7e3cd0a9526f /src/attributes.cpp | |
| parent | change cursor for color gestures (diff) | |
| download | inkscape-0d90afa292d7d7e3ab59a6e1fcbcaa44272b2b1b.tar.gz inkscape-0d90afa292d7d7e3ab59a6e1fcbcaa44272b2b1b.zip | |
Fix bug [ 1818794 ] Showing grid on opening svg
+ some bits of code to do on-canvas path parameter editing LPE.
(bzr r3957)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 977ab3483..5fb4a87a0 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -61,6 +61,7 @@ static SPStyleProp const props[] = { /* SPNamedView */ {SP_ATTR_VIEWONLY, "viewonly"}, {SP_ATTR_SHOWGUIDES, "showguides"}, + {SP_ATTR_SHOWGRIDS, "showgrid"}, {SP_ATTR_GRIDTOLERANCE, "gridtolerance"}, {SP_ATTR_GUIDETOLERANCE, "guidetolerance"}, {SP_ATTR_OBJECTTOLERANCE, "objecttolerance"}, |
