diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-10 02:47:28 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-10 02:47:28 +0000 |
| commit | 91325c91612473d2cf4e2802fce1e24282310b44 (patch) | |
| tree | db27656b22815c1bc380fa90675e1d95a425442d /src | |
| parent | now all knots display x/y in statusbar while being dragged, fixes bug 1523580 (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
