summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-16 14:50:40 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-16 14:50:40 +0000
commiteb0e63b411b5f0713e73e95b9865294bd83fb646 (patch)
tree97773c5edb1f092ab1b3114e67005f7e9e9f987d /src/attributes.h
parentDon't use lowercase keyboard shortcuts in 3D box tool (diff)
downloadinkscape-eb0e63b411b5f0713e73e95b9865294bd83fb646.tar.gz
inkscape-eb0e63b411b5f0713e73e95b9865294bd83fb646.zip
Remember last used style for single 3D box faces (also fixes bug with wrongly assigned faces for duplicated boxes, e.g.)
(bzr r3481)
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 847266ff3..73ecf0252 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -117,6 +117,7 @@ enum SPAttributeEnum {
SP_ATTR_INKSCAPE_3DBOX_CORNER_B, // "lower right front" corner
SP_ATTR_INKSCAPE_3DBOX_CORNER_C, // "lower right rear" corner
SP_ATTR_INKSCAPE_3DBOX_PERSPECTIVE,
+ SP_ATTR_INKSCAPE_3DBOX_FACE,
/* SPEllipse */
SP_ATTR_R,
SP_ATTR_CX,