summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-29 20:33:22 +0000
committerJabiertxof <jtx@jtx>2016-12-29 20:33:22 +0000
commit1daab15c962fca99d30cc152a6ef7ffe0722025c (patch)
treec99d8b1a043c650e526fcd866f42b4ad5446f3d6 /src
parentAdd sp_shape to LPE chain and fixing transforms (diff)
parentFix for bug #1652954 (diff)
downloadinkscape-1daab15c962fca99d30cc152a6ef7ffe0722025c.tar.gz
inkscape-1daab15c962fca99d30cc152a6ef7ffe0722025c.zip
Update to trunk
(bzr r15356.1.5)
Diffstat (limited to 'src')
-rw-r--r--src/knot.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/knot.cpp b/src/knot.cpp
index 84b72d780..c04206dee 100644
--- a/src/knot.cpp
+++ b/src/knot.cpp
@@ -276,8 +276,6 @@ static int sp_knot_handler(SPCanvasItem */*item*/, GdkEvent *event, SPKnot *knot
}
if (!moved) {
- knot->grabbed_signal.emit(knot, event->motion.state);
-
knot->setFlag(SP_KNOT_DRAGGING, TRUE);
}