X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=s5tehnika.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=KMuVHliXhOkbPGhJg+B6ltdgIlUzi1unUJCwpnfjrsM=; b=tauS7LlialT9X9Oa5cYFF1CeSu u1MrBvzhmAWCJoEZj7ccCUyhfNsVhpWahMDD1cXlNSa0fufa6sg5biJxLylcO/fti5KRXBcN4WEi2 qBNTB+bPFPKhj8zK8ETi59oN6z2A6FtOKI1seiQwbDnphYs78mQeik3CewEBIFnGY4iUtz5QXbAN0 daXtJtCN9k5E0cEOunDA3Aq7yA41qml+Q2sOaUGvcC0S+VbO8bsYl1iJRGVO1h7GRPGlXBHXru1FJ jw1AuioMEKdCFA1vGKcV5YDQGdj2hOd7A9F4e3EBLe8uXu8Cgq2o5SOcyY7TzPuJ4qHUWwVzeqfF7 zQ2v+Niw==; Subject: Re: [geda-user] pcb: polygon "twin hole" bug - fixed To: geda-user AT delorie DOT com References: <4f9dfd62-45cd-a307-a6d9-93b7cd4333a2 AT gmail DOT com> <1efdee06-c218-7cac-4029-4f42e420ec82 AT s5tehnika DOT net> <582b39fe-fc83-7b80-8e9c-95459f5b8b1e AT s5tehnika DOT net> From: "Brane2 (brane2 AT s5tehnika DOT net) [via geda-user AT delorie DOT com]" Message-ID: <3cb3e24f-3103-dccf-c889-5670a9af988c@s5tehnika.net> Date: Thu, 28 Jul 2016 15:53:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.studiofaca.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - s5tehnika.net X-Get-Message-Sender-Via: server.studiofaca.com: authenticated_id: brane2 AT s5tehnika DOT net X-Authenticated-Sender: server.studiofaca.com: brane2 AT s5tehnika DOT net 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 28. 07. 2016 09:35, gedau AT igor2 DOT repo DOT hu wrote: > > This shouldn't happen with r2309 in place. It should not allow you to > start a hole not clicking in the body of on any of the visible > polygons. If you are sure you are using r2309 or later, we need to > check what the poly search finds on the first click. > True. Somehow I forgot to apply it, sorry. I use "official" PCB and have applied all of your patches manually to my master. Now it works as advertised ( or so it seems ) but that is not good enough. It demands for first click to hit the meat of the polygone, or it refuses to go on. So in practice I can't start polygon-hole over a pin, via, track or clearance that happen to plow the polygon I want to drill the hole into. Shortest solution IMHO would be to reintroduce first, "polygon tap" click, just to select the poly, which is what I'll do now. It would be nice if one could: - select ( and move/delete) hole without nabbing its vertices ( which is annoying and sometimes impossible, when it is covered with something like via) - dril a hole into all intersecting polys at once Or at least all polys on a layer that enclose any of the hole vertices - on a given layer. This enables one to draw a hole over polygon patch. Brane2