Code

no need to update coords here, it's now done in any knot automatically
authorbuliabyak <buliabyak@users.sourceforge.net>
Sat, 10 Mar 2007 02:47:28 +0000 (02:47 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sat, 10 Mar 2007 02:47:28 +0000 (02:47 +0000)
src/seltrans.cpp

index 65b834a12aaf9bbba393d3f4e06578d1598456f1..5368628b84c1dfdc029f219d330aa6df60bd492a 100644 (file)
@@ -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;
     }