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/seltrans.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/seltrans.h')
| -rw-r--r-- | src/seltrans.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/seltrans.h b/src/seltrans.h index 3ba56ffb4..8d527ca5c 100644 --- a/src/seltrans.h +++ b/src/seltrans.h @@ -105,6 +105,7 @@ private: std::vector<NR::Point> _snap_points; std::vector<NR::Point> _bbox_points; + std::vector<NR::Point> _bbox_4points; Inkscape::SelCue _selcue; |
