summaryrefslogtreecommitdiffstats
path: root/src/spiral-context.cpp
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2006-09-06 12:31:16 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2006-09-06 12:31:16 +0000
commit3c343a508843b038770ecd721126ce41b5c80e5f (patch)
tree8ff77b82bf62599663a75f5328aa656dda648666 /src/spiral-context.cpp
parentmove rounding spinbutton (diff)
downloadinkscape-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.cpp4
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);
}
}