summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-02 17:39:59 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-02 17:39:59 +0000
commitdc6693bd22141b4bcecdc023bebf826f08baa0de (patch)
treeac197bf020063d26d9fd807980307395bc3255c3 /src/attributes.cpp
parentAdd lock to guides (diff)
downloadinkscape-dc6693bd22141b4bcecdc023bebf826f08baa0de.tar.gz
inkscape-dc6693bd22141b4bcecdc023bebf826f08baa0de.zip
Reorder attribute lock to better position
(bzr r14500.1.2)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 5da75e348..853e22345 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -116,7 +116,6 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_SNAP_PAGE_BORDER, "inkscape:snap-page"},
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
{SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"}, // This setting sets the Display units, *not* the units used in SVG
- {SP_ATTR_INKSCAPE_LOCKED, "inkscape:locked"},
{SP_ATTR_UNITS, "units"},
{SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
/* SPColorProfile */
@@ -127,6 +126,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_ORIENTATION, "orientation"},
{SP_ATTR_POSITION, "position"},
{SP_ATTR_INKSCAPE_COLOR, "inkscape:color"},
+ {SP_ATTR_INKSCAPE_LOCKED, "inkscape:locked"},
/* SPImage */
{SP_ATTR_X, "x"},
{SP_ATTR_Y, "y"},