From 895c9ddab6428b36e20df4535d8f72158a9f6950 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Fri, 27 Feb 2009 18:49:52 +0000 Subject: More accurate wording in snap tooltips (bzr r7388) --- src/sp-image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-image.cpp') diff --git a/src/sp-image.cpp b/src/sp-image.cpp index 49350bd69..c99e1e0f7 100644 --- a/src/sp-image.cpp +++ b/src/sp-image.cpp @@ -1330,7 +1330,7 @@ static void sp_image_snappoints(SPItem const *item, bool const target, SnapPoint double const y1 = y0 + image.height.computed; Geom::Matrix const i2d (sp_item_i2d_affine (item)); Geom::Point pt; - int type = target ? int(Inkscape::SNAPTARGET_HANDLE) : int(Inkscape::SNAPSOURCE_HANDLE); + int type = target ? int(Inkscape::SNAPTARGET_CORNER) : int(Inkscape::SNAPSOURCE_CORNER); p.push_back(std::make_pair(Geom::Point(x0, y0) * i2d, type)); p.push_back(std::make_pair(Geom::Point(x0, y1) * i2d, type)); p.push_back(std::make_pair(Geom::Point(x1, y1) * i2d, type)); -- cgit v1.2.3