X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 16 Jul 2018 05:01:52 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] DRC clearance bugs In-Reply-To: <20180715181051.12546.qmail@stuge.se> Message-ID: References: <20180715181051 DOT 12546 DOT qmail AT stuge DOT se> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 15 Jul 2018, Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com] wrote: > gedau AT igor2 DOT repo DOT hu wrote: >> (Bonus: now that we keep track of naked bboxes for all objects, I've fixed >> the long standing paste buffer placement bug: it now uses the naked bbox >> for limiting the crosshair, so you can place an object at the edge of the >> drawing area and the clearance can extend beyond the drawing area. > > Sweet! Is the same box used also when moving objects? Good point, thanks! We have two moves: selected objects are really copy&paste'd on every move - that's where I fixed the bbox usage yesterday. Unselected, single-object drag&drop is a special case (for example rubber band works on it). The unselected single-object case did use the +clearence version of the bbox. Fixed in r18409. (The fix patch was shorter than this description of the problem) Regards, Igor2