Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Make marquee selection of line segments precise
Before marquee selection worked by checking whether the Axis Aligned Bounding Box of an entity and the selection marquee overlap. This selects (slanted) line segments even though the marquee did not "touch" them. To fix this for line segments actually check that the selection marque intersects the line segment.
- Loading branch information