From 7788a02134cdcdb937413425971a0176a3898b69 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Jan 2006 11:16:41 +0000 Subject: Fix a typo in a previous commit. Closes #1401357. (bzr r20) --- src/selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection.cpp') diff --git a/src/selection.cpp b/src/selection.cpp index 4c99885eb..aa77ef894 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -290,7 +290,7 @@ NRRect *Selection::bounds(NRRect *bbox) const bbox->x0 = b.min()[NR::X]; bbox->y0 = b.min()[NR::Y]; bbox->x1 = b.max()[NR::X]; - bbox->x1 = b.max()[NR::Y]; + bbox->y1 = b.max()[NR::Y]; return bbox; } -- cgit v1.2.3