summaryrefslogtreecommitdiffstats
path: root/src/perspective3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/perspective3d.cpp')
-rw-r--r--src/perspective3d.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp
index 0d4877f37..c9c56e78d 100644
--- a/src/perspective3d.cpp
+++ b/src/perspective3d.cpp
@@ -310,6 +310,9 @@ Perspective3D::toggle_boxes (Box3D::Axis axis)
sp_3dbox_reshape_after_VP_toggling (SP_3DBOX (i->data), axis);
}
update_box_reprs();
+
+ SP3DBoxContext *bc = SP_3DBOX_CONTEXT (inkscape_active_event_context());
+ bc->_vpdrag->updateDraggers ();
}
void