diff options
Diffstat (limited to 'src/box3d-context.cpp')
| -rw-r--r-- | src/box3d-context.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index e03f7d184..9ee920c1b 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -670,6 +670,14 @@ static void sp_box3d_finish(Box3DContext *bc) bc->extruded = false; } +void sp_box3d_context_update_lines(SPEventContext *ec) { + /* update perspective lines if we are in the 3D box tool (so that infinite ones are shown correctly) */ + if (SP_IS_BOX3D_CONTEXT (ec)) { + Box3DContext *bc = SP_BOX3D_CONTEXT (ec); + bc->_vpdrag->updateLines(); + } +} + /* Local Variables: mode:c++ |
