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/rect-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/rect-context.cpp')
| -rw-r--r-- | src/rect-context.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rect-context.cpp b/src/rect-context.cpp index b337b53a1..b03cdeead 100644 --- a/src/rect-context.cpp +++ b/src/rect-context.cpp @@ -455,8 +455,6 @@ static void sp_rect_drag(SPRectContext &rc, NR::Point const pt, guint state) NR::Rect const r = Inkscape::snap_rectangular_box(desktop, rc.item, pt, rc.center, state); - sp_canvas_force_full_redraws(desktop->canvas, 2); - sp_rect_position_set(SP_RECT(rc.item), r.min()[NR::X], r.min()[NR::Y], r.dimensions()[NR::X], r.dimensions()[NR::Y]); if ( rc.rx != 0.0 ) { sp_rect_set_rx (SP_RECT(rc.item), TRUE, rc.rx); @@ -492,8 +490,6 @@ static void sp_rect_finish(SPRectContext *rc) _("Create rectangle")); rc->item = NULL; - - sp_canvas_clear_forced_full_redraws(dt->canvas); } } |
