From d8f8e027453265a24dc04abc1da9ebf04e410144 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Thu, 13 Dec 2007 06:26:33 +0000 Subject: [PATCH] highlight tool HitTest()ing prefers pads over tracks --- change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index b74ecdc41e..1e529a8d1e 100644 --- a/change_log.txt +++ b/change_log.txt @@ -10,7 +10,7 @@ email address. +pcbnew * surbrill.cpp's int WinEDA_PcbFrame::Select_High_Light( wxDC* DC ) was re-written to use the GENERAL_COLLECTOR, and the scanList is set to - give pads a higher search priority than tracks, vias or pads. + give pads a higher search priority than tracks, vias or zones. The objective was to use the pad if possible, rather than a track on a pad, so the pad can be sent to eeschema. Finding the track only (even though on a pad) would not send anything to eeschema.