diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-16 14:50:40 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-16 14:50:40 +0000 |
| commit | eb0e63b411b5f0713e73e95b9865294bd83fb646 (patch) | |
| tree | 97773c5edb1f092ab1b3114e67005f7e9e9f987d /src/attributes.cpp | |
| parent | Don't use lowercase keyboard shortcuts in 3D box tool (diff) | |
| download | inkscape-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.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 9541ff01e..8ac3c8c74 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -117,6 +117,7 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_3DBOX_CORNER_B, "inkscape:box3dcornerB"}, // "lower right front" corner {SP_ATTR_INKSCAPE_3DBOX_CORNER_C, "inkscape:box3dcornerC"}, // "lower right rear" corner {SP_ATTR_INKSCAPE_3DBOX_PERSPECTIVE, "inkscape:perspective"}, + {SP_ATTR_INKSCAPE_3DBOX_FACE, "inkscape:box3dface"}, /* SPEllipse */ {SP_ATTR_R, "r"}, {SP_ATTR_CX, "cx"}, |
