Commit 806f9aa1 authored by dickelbeck's avatar dickelbeck

highlight tool HitTest()ing prefers pads over tracks

parent ced5d7b4
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment