diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-26 17:16:03 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-26 17:16:03 +0000 |
| commit | cf59f9ff6a8eb98441942ca7d8618dfa31361e93 (patch) | |
| tree | f1cf9056d32f60c1da57f5dc4d03749df851e44d /src/perspective3d.cpp | |
| parent | 2 LPE things: (diff) | |
| download | inkscape-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.cpp | 2 |
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)); } } |
