summaryrefslogtreecommitdiffstats
path: root/src/perspective3d.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-26 17:16:03 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-26 17:16:03 +0000
commitcf59f9ff6a8eb98441942ca7d8618dfa31361e93 (patch)
treef1cf9056d32f60c1da57f5dc4d03749df851e44d /src/perspective3d.cpp
parent2 LPE things: (diff)
downloadinkscape-cf59f9ff6a8eb98441942ca7d8618dfa31361e93.tar.gz
inkscape-cf59f9ff6a8eb98441942ca7d8618dfa31361e93.zip
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally the right approach)
(bzr r3586)
Diffstat (limited to 'src/perspective3d.cpp')
-rw-r--r--src/perspective3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp
index e2b9fcbc2..9f79d25bd 100644
--- a/src/perspective3d.cpp
+++ b/src/perspective3d.cpp
@@ -327,7 +327,7 @@ void
Perspective3D::update_z_orders ()
{
for (GSList *i = this->boxes; i != NULL; i = i->next) {
- sp_3dbox_set_z_orders (SP_3DBOX (i->data));
+ sp_3dbox_set_z_orders_later_on (SP_3DBOX (i->data));
}
}