highlight tool HitTest()ing prefers pads over tracks

This commit is contained in:
dickelbeck 2007-12-13 14:23:50 +00:00
parent ced5d7b459
commit 806f9aa1ca
1 changed files with 3 additions and 1 deletions

View File

@ -99,7 +99,9 @@ int WinEDA_PcbFrame::Select_High_Light( wxDC* DC )
GENERAL_COLLECTORS_GUIDE guide = GetCollectorsGuide();
// tweak the collector
// optionally, modify the "guide" here as needed using its member functions
m_Collector->Collect( m_Pcb, GENERAL_COLLECTOR::PadsOrTracks,
GetScreen()->RefPos( true ), guide );