summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-10 14:07:52 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-10 14:07:52 +0000
commit1b7cb8770d6323a7e96801adf5f7b87beec72512 (patch)
treecb2eca790e3aea052b6241349331930fd3dbb486 /src/box3d-context.cpp
parentCreate all 3D box faces in the beginning (fixes resizing bug; first step towa... (diff)
downloadinkscape-1b7cb8770d6323a7e96801adf5f7b87beec72512.tar.gz
inkscape-1b7cb8770d6323a7e96801adf5f7b87beec72512.zip
Different default styles for non-parallel 3D box faces
(bzr r3213)
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index 395623171..0da88ac1d 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -523,7 +523,7 @@ static void sp_3dbox_drag(SP3DBoxContext &bc, guint state)
repr->setAttribute("sodipodi:type", "inkscape:3dbox");
/* Set style */
- //sp_desktop_apply_style_tool (desktop, repr, "tools.shapes.3dbox", false);
+ sp_desktop_apply_style_tool (desktop, repr, "tools.shapes.3dbox", false);
bc.item = (SPItem *) desktop->currentLayer()->appendChildRepr(repr);
Inkscape::GC::release(repr);