PCBNew: don't grab the wrong parameter type when placing vias
This commit is contained in:
parent
c45ebfcccd
commit
c2d7b26ebd
|
@ -939,10 +939,7 @@ int ROUTER_TOOL::handleLayerSwitch( const TOOL_EVENT& aEvent, bool aForceVia )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
targetLayer = aEvent.Parameter<PCB_LAYER_ID>();
|
targetLayer = UNDEFINED_LAYER;
|
||||||
|
|
||||||
if( !enabledLayers.test( targetLayer ) )
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if( targetLayer != UNDEFINED_LAYER )
|
if( targetLayer != UNDEFINED_LAYER )
|
||||||
|
|
Loading…
Reference in New Issue