diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-10 14:07:52 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-10 14:07:52 +0000 |
| commit | 1b7cb8770d6323a7e96801adf5f7b87beec72512 (patch) | |
| tree | cb2eca790e3aea052b6241349331930fd3dbb486 /src/box3d-context.cpp | |
| parent | Create all 3D box faces in the beginning (fixes resizing bug; first step towa... (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
