diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-05 21:30:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-05 21:30:04 +0000 |
| commit | 873b50af1199fb8b1942d7cb5cb56ef0654dad35 (patch) | |
| tree | 8dffdf133071e7687e693ddb25c3a6dae653c52b /src/selection.h | |
| parent | patch by Tavmjong to remove unnecessary flipping (diff) | |
| download | inkscape-873b50af1199fb8b1942d7cb5cb56ef0654dad35.tar.gz inkscape-873b50af1199fb8b1942d7cb5cb56ef0654dad35.zip | |
fix by dvlierop2 for snapping bugs 1579556 and 1579587
(bzr r2557)
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h index 1dcaa53ff..bae368e81 100644 --- a/src/selection.h +++ b/src/selection.h @@ -273,7 +273,7 @@ public: std::vector<NR::Point> getBBoxPoints() const; /** - * @return A vector containing the 2 (top-left and bottom-right) + * @return A vector containing the 2 (bottom-left and upper-right) * corners of the selection bounding box. */ std::vector<NR::Point> getBBoxPointsOuter() const; |
