From 1b7cb8770d6323a7e96801adf5f7b87beec72512 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 10 Jul 2007 14:07:52 +0000 Subject: Different default styles for non-parallel 3D box faces (bzr r3213) --- src/box3d-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box3d-context.cpp') 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); -- cgit v1.2.3