highlight tool HitTest()ing prefers pads over tracks
This commit is contained in:
parent
ced5d7b459
commit
806f9aa1ca
|
@ -99,7 +99,9 @@ int WinEDA_PcbFrame::Select_High_Light( wxDC* DC )
|
||||||
|
|
||||||
GENERAL_COLLECTORS_GUIDE guide = GetCollectorsGuide();
|
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,
|
m_Collector->Collect( m_Pcb, GENERAL_COLLECTOR::PadsOrTracks,
|
||||||
GetScreen()->RefPos( true ), guide );
|
GetScreen()->RefPos( true ), guide );
|
||||||
|
|
Loading…
Reference in New Issue