From 3c343a508843b038770ecd721126ce41b5c80e5f Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 6 Sep 2006 12:31:16 +0000 Subject: Initial reworking of forced redraw to work better with interruptible display (bzr r1696) --- src/arc-context.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arc-context.cpp') 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); } } -- cgit v1.2.3