diff options
| author | John Bintz <me@johnbintz.com> | 2006-09-24 22:24:25 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-09-24 22:24:25 +0000 |
| commit | 7adf0d491d2fa8727c3b7ec84071e40f51067279 (patch) | |
| tree | 590608fc7f9d6bf681cf5f90c2b1e6ac04a3766c /src/spiral-context.cpp | |
| parent | axonometric grid: angles cannot be larger than 89 degrees. (diff) | |
| download | inkscape-7adf0d491d2fa8727c3b7ec84071e40f51067279.tar.gz inkscape-7adf0d491d2fa8727c3b7ec84071e40f51067279.zip | |
Added forced redraws to other tools
(bzr r1719)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 1dc6bd6cb..348cd8811 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -412,6 +412,8 @@ sp_spiral_drag(SPSpiralContext *sc, NR::Point p, guint state) Inkscape::GC::release(repr); sc->item->transform = SP_ITEM(desktop->currentRoot())->getRelativeTransform(desktop->currentLayer()); sc->item->updateRepr(); + + sp_canvas_force_full_redraw_after_interruptions(desktop->canvas, 5); } NR::Point const p0 = sp_desktop_dt2root_xy_point(desktop, sc->center); @@ -457,6 +459,8 @@ sp_spiral_finish(SPSpiralContext *sc) sp_shape_set_shape(SP_SHAPE(spiral)); SP_OBJECT(spiral)->updateRepr(NULL, SP_OBJECT_WRITE_EXT); + sp_canvas_end_forced_full_redraws(desktop->canvas); + sp_desktop_selection(desktop)->set(sc->item); sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_SPIRAL, /* TODO: annotate */ "spiral-context.cpp:462"); |
