From: Shamus Hammons Date: Sun, 18 Aug 2013 19:24:25 +0000 (-0500) Subject: Fix object selection to work while in snap mode. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8987f4028a1f9c0eeb33a45bd11b2e409b9c2c5;hp=e8987f4028a1f9c0eeb33a45bd11b2e409b9c2c5;p=architektonas Fix object selection to work while in snap mode. Turns out that unless the point on the object you were trying to select fell on a grid point, you couldn't select it in snap mode. So moving the grid snap code into the objects is what solved that, though ungraciously. Will have to see if there's a better way to do it. :-P ---