From: buliabyak Date: Sat, 10 Mar 2007 02:47:28 +0000 (+0000) Subject: no need to update coords here, it's now done in any knot automatically X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=344ccbd9c46a63e1c96c5ae6ed37c383eef144fb;p=inkscape.git no need to update coords here, it's now done in any knot automatically --- diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 65b834a12..5368628b8 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -707,10 +707,8 @@ gboolean Inkscape::SelTrans::handleRequest(SPKnot *knot, NR::Point *position, gu return TRUE; } - knot->desktop->set_coordinate_status(*position); knot->desktop->setPosition(*position); - if (state & GDK_MOD1_MASK) { *position = _point + ( *position - _point ) / 10; }