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/star-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/star-context.cpp')
| -rw-r--r-- | src/star-context.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp index fc1d71052..74b252860 100644 --- a/src/star-context.cpp +++ b/src/star-context.cpp @@ -442,8 +442,6 @@ static void sp_star_drag(SPStarContext *sc, NR::Point p, guint state) arg1 = sp_round(arg1, M_PI / snaps); } - sp_canvas_force_full_redraws(desktop->canvas, 1); - sp_star_position_set(star, sc->magnitude, p0, r1, r1 * sc->proportion, arg1, arg1 + M_PI / sides, sc->isflatsided, sc->rounded, sc->randomized); @@ -476,8 +474,6 @@ sp_star_finish (SPStarContext * sc) /* TODO: annotate */ "star-context.cpp:474"); sc->item = NULL; - - sp_canvas_clear_forced_full_redraws(desktop->canvas); } } |
