diff options
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
