summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selcue.cpp')
-rw-r--r--src/selcue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp
index 171178c41..c647c1f96 100644
--- a/src/selcue.cpp
+++ b/src/selcue.cpp
@@ -191,7 +191,7 @@ void Inkscape::SelCue::_newTextBaselines()
NULL);
sp_canvas_item_show(baseline_point);
- SP_CTRL(baseline_point)->moveto((*pt) * item->i2d_affine());
+ SP_CTRL(baseline_point)->moveto((*pt) * item->i2dt_affine());
sp_canvas_item_move_to_z(baseline_point, 0);
}
}