diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-05-16 21:53:27 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-05-16 21:53:27 +0000 |
| commit | a6f2609902125fe035cba64cc9431b0e83d9ab30 (patch) | |
| tree | 875773d5d31c34343c0e00966583eea6f66c7936 /src/connector-context.cpp | |
| parent | * share/extensions/Makefile.am: Don't run make in the Poly3DObjects (diff) | |
| download | inkscape-a6f2609902125fe035cba64cc9431b0e83d9ab30.tar.gz inkscape-a6f2609902125fe035cba64cc9431b0e83d9ab30.zip | |
Fix a regression in the snapper, caused by me. Sorry!
(bzr r5680)
Diffstat (limited to 'src/connector-context.cpp')
| -rw-r--r-- | src/connector-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index e33b11e64..028467b44 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -532,7 +532,7 @@ connector_handle_button_press(SPConnectorContext *const cc, GdkEventButton const // as there's no other points to go off. SnapManager &m = cc->desktop->namedview->snap_manager; m.setup(cc->desktop); - m.freeSnap(Inkscape::Snapper::SNAPPOINT_NODE, p); + m.freeSnapReturnByRef(Inkscape::Snapper::SNAPPOINT_NODE, p); } spcc_connector_set_initial_point(cc, p); |
