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/arc-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/arc-context.cpp')
| -rw-r--r-- | src/arc-context.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arc-context.cpp b/src/arc-context.cpp index 032d7febb..0b0aad79e 100644 --- a/src/arc-context.cpp +++ b/src/arc-context.cpp @@ -412,8 +412,6 @@ static void sp_arc_drag(SPArcContext *ac, NR::Point pt, guint state) NR::Rect const r = Inkscape::snap_rectangular_box(desktop, ac->item, pt, ac->center, state); - sp_canvas_force_full_redraws(desktop->canvas, 1); - sp_arc_position_set(SP_ARC(ac->item), r.midpoint()[NR::X], r.midpoint()[NR::Y], r.dimensions()[NR::X] / 2, r.dimensions()[NR::Y] / 2); @@ -439,8 +437,6 @@ static void sp_arc_finish(SPArcContext *ac) _("Create ellipse")); ac->item = NULL; - - sp_canvas_clear_forced_full_redraws(desktop->canvas); } } |
