summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.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/box3d-context.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/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index 8ef5f5960..f5a76655c 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -592,7 +592,7 @@ static void sp_3dbox_drag(SP3DBoxContext &bc, guint state)
SP_3DBOX (bc.item)->faces[5]->set_style (NULL, false);
bc.item->updateRepr();
- sp_3dbox_set_z_orders (SP_3DBOX (bc.item));
+ sp_3dbox_set_z_orders_in_the_first_place (SP_3DBOX (bc.item));
// TODO: It would be nice to show the VPs during dragging, but since there is no selection
// at this point (only after finishing the box), we must do this "manually"
@@ -616,7 +616,7 @@ static void sp_3dbox_drag(SP3DBoxContext &bc, guint state)
NR::Point origin_w(ec->xp, ec->yp);
NR::Point origin(desktop->w2d(origin_w));
sp_3dbox_position_set(bc);
- sp_3dbox_set_z_orders (SP_3DBOX (bc.item));
+ sp_3dbox_set_z_orders_in_the_first_place (SP_3DBOX (bc.item));
// status text
//GString *Ax = SP_PX_TO_METRIC_STRING(origin[NR::X], desktop->namedview->getDefaultMetric());