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.h | |
| 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.h')
| -rw-r--r-- | src/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 4a2970830..6d05361f2 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -62,6 +62,7 @@ enum SPAttributeEnum { /* SPNamedView */ SP_ATTR_VIEWONLY, SP_ATTR_SHOWGUIDES, + SP_ATTR_SHOWGRIDS, SP_ATTR_GRIDTOLERANCE, SP_ATTR_GUIDETOLERANCE, SP_ATTR_OBJECTTOLERANCE, |
