diff options
| author | John Bintz <me@johnbintz.com> | 2006-09-06 12:31:16 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-09-06 12:31:16 +0000 |
| commit | 3c343a508843b038770ecd721126ce41b5c80e5f (patch) | |
| tree | 8ff77b82bf62599663a75f5328aa656dda648666 /src/spiral-context.cpp | |
| parent | move rounding spinbutton (diff) | |
| download | inkscape-3c343a508843b038770ecd721126ce41b5c80e5f.tar.gz inkscape-3c343a508843b038770ecd721126ce41b5c80e5f.zip | |
Initial reworking of forced redraw to work better with interruptible display
(bzr r1696)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index e878154ba..1dc6bd6cb 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -430,8 +430,6 @@ sp_spiral_drag(SPSpiralContext *sc, NR::Point p, guint state) arg = sp_round(arg, M_PI/snaps); } - sp_canvas_force_full_redraws(desktop->canvas, 1); - /* Fixme: these parameters should be got from dialog box */ sp_spiral_position_set(spiral, p0[NR::X], p0[NR::Y], /*expansion*/ sc->exp, @@ -464,8 +462,6 @@ sp_spiral_finish(SPSpiralContext *sc) /* TODO: annotate */ "spiral-context.cpp:462"); sc->item = NULL; - - sp_canvas_clear_forced_full_redraws(desktop->canvas); } } |
