summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-10 02:47:28 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-10 02:47:28 +0000
commit91325c91612473d2cf4e2802fce1e24282310b44 (patch)
treedb27656b22815c1bc380fa90675e1d95a425442d /src
parentnow all knots display x/y in statusbar while being dragged, fixes bug 1523580 (diff)
downloadinkscape-91325c91612473d2cf4e2802fce1e24282310b44.tar.gz
inkscape-91325c91612473d2cf4e2802fce1e24282310b44.zip
no need to update coords here, it's now done in any knot automatically
(bzr r2594)
Diffstat (limited to 'src')
-rw-r--r--src/seltrans.cpp2
1 files changed, 0 insertions, 2 deletions
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;
}