summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
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/box3d-context.cpp
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/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 cca0a25c6..3b45abdb2 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -581,7 +581,7 @@ static void sp_3dbox_drag(SP3DBoxContext &bc, guint state)
Inkscape::GC::release(repr);
bc.item->transform = SP_ITEM(desktop->currentRoot())->getRelativeTransform(desktop->currentLayer());
- /* Hook paths to the faces of the box */
+ /* Hook paths to the faces of the box (applies last used style if necessary) */
for (int i = 0; i < 6; ++i) {
SP_3DBOX(bc.item)->faces[i]->hook_path_to_3dbox();
}