diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-18 16:56:05 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-03-03 13:39:27 +0000 |
| commit | b671d0cf29ba09019718da5a6623e26656e65eac (patch) | |
| tree | 402b155e345eb15a5d5b1e1948736d1128b3cec2 /src/knot-holder-entity.cpp | |
| parent | Merge from trunk (diff) | |
| download | inkscape-b671d0cf29ba09019718da5a6623e26656e65eac.tar.gz inkscape-b671d0cf29ba09019718da5a6623e26656e65eac.zip | |
Source typos
Please review
Diffstat (limited to 'src/knot-holder-entity.cpp')
| -rw-r--r-- | src/knot-holder-entity.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knot-holder-entity.cpp b/src/knot-holder-entity.cpp index b1ca394e4..1f5eb872f 100644 --- a/src/knot-holder-entity.cpp +++ b/src/knot-holder-entity.cpp @@ -86,7 +86,7 @@ KnotHolderEntity::update_knot() { Geom::Point knot_pos(knot_get()); if (knot_pos.isFinite()) { - Geom::Point dp(knot_pos * parent_holder->getEditTranform() * item->i2dt_affine()); + Geom::Point dp(knot_pos * parent_holder->getEditTransform() * item->i2dt_affine()); _moved_connection.block(); knot->setPosition(dp, SP_KNOT_STATE_NORMAL); @@ -104,7 +104,7 @@ KnotHolderEntity::snap_knot_position(Geom::Point const &p, guint state) return p; } - Geom::Affine const i2dt (parent_holder->getEditTranform() * item->i2dt_affine()); + Geom::Affine const i2dt (parent_holder->getEditTransform() * item->i2dt_affine()); Geom::Point s = p * i2dt; SnapManager &m = desktop->namedview->snap_manager; @@ -122,7 +122,7 @@ KnotHolderEntity::snap_knot_position_constrained(Geom::Point const &p, Inkscape: return p; } - Geom::Affine const i2d (parent_holder->getEditTranform() * item->i2dt_affine()); + Geom::Affine const i2d (parent_holder->getEditTransform() * item->i2dt_affine()); Geom::Point s = p * i2d; SnapManager &m = desktop->namedview->snap_manager; |
