kicad_plugin

This commit is contained in:
Dick Hollenbeck
2011-12-13 22:29:25 -06:00
parent 0498f2657c
commit 96bb90dee1
60 changed files with 1301 additions and 1326 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ bool PCB_EDIT_FRAME::SetTrackSegmentWidth( TRACK* aTrackItem,
{
// Set new drill value. Note: currently microvias have only a default drill value
if( new_drill > 0 )
aTrackItem->SetDrillValue(new_drill);
aTrackItem->SetDrill( new_drill );
else
aTrackItem->SetDrillDefault();
}