diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 06:51:01 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 06:51:01 +0000 |
| commit | 090f7cc9a4990377510d794b7a9556d4ce4cec64 (patch) | |
| tree | b86779c1a0ad075e0e4bfad19e53c36c9dca7390 /src/box3d-context.cpp | |
| parent | Preparatory stuff to combine VPs in draggers (diff) | |
| download | inkscape-090f7cc9a4990377510d794b7a9556d4ce4cec64.tar.gz inkscape-090f7cc9a4990377510d794b7a9556d4ce4cec64.zip | |
Write/read perspectives to/from SVG; store ratios of the distances from corners to VPs (preparation for dragging)
(bzr r3388)
Diffstat (limited to 'src/box3d-context.cpp')
| -rw-r--r-- | src/box3d-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index fc4e74629..c82728c97 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -554,6 +554,7 @@ static void sp_3dbox_finish(SP3DBoxContext *bc) desktop = SP_EVENT_CONTEXT_DESKTOP(bc); SP_OBJECT(bc->item)->updateRepr(); + sp_3dbox_set_ratios(SP_3DBOX(bc->item)); sp_canvas_end_forced_full_redraws(desktop->canvas); |
