Match selrect selection by overlap instead of strictly contained-in.

This commit is contained in:
Andrey Antukh 2017-02-23 20:45:13 +01:00
parent 4ba4fb3acb
commit bb0b616cb3
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 13 additions and 0 deletions

View file

@ -286,6 +286,9 @@
(geom/contained-in? shape selrect)
(conj acc id)
(geom/overlaps? shape selrect)
(conj acc id)
(:locked shape)
acc