diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-01-27 14:19:11 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-01-27 14:19:11 +0000 |
| commit | 5ebf0c12c2b1be530bf4742236768a55e549494b (patch) | |
| tree | 8451ca3b858fb63c21ede05a5862426e24cebbd5 /src/seltrans.cpp | |
| parent | Translations. Romanian translation update by Cristian Secară. (diff) | |
| download | inkscape-5ebf0c12c2b1be530bf4742236768a55e549494b.tar.gz inkscape-5ebf0c12c2b1be530bf4742236768a55e549494b.zip | |
Migrate ruler position tracking to new track_widget API
Fixed bugs:
- https://launchpad.net/bugs/1105504
(bzr r12067)
Diffstat (limited to 'src/seltrans.cpp')
| -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 64bb95508..b6c6baaf7 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -813,8 +813,6 @@ gboolean Inkscape::SelTrans::handleRequest(SPKnot *knot, Geom::Point *position, return TRUE; } - knot->desktop->setPosition(*position); - // When holding shift while rotating or skewing, the transformation will be // relative to the point opposite of the handle; otherwise it will be relative // to the center as set for the selection |
