Layers manager: add in popup menu option to hide all coppers layers but active layer.

Design rules: increase number of vias and tracks sizes
Pcbnew: netlist reader: change from my recent commits to keep netnames in pads for footprints not in netlist
(allow an user to place some footprints by hand, set pads netnames and do not lost these netnames when loading a netlsit)
Fix other very minor issues.
This commit is contained in:
jean-pierre charras
2012-02-17 20:43:43 +01:00
parent 7a0b449ac3
commit ddef0a729d
13 changed files with 245 additions and 61 deletions
+3
View File
@@ -823,6 +823,9 @@ void EDA_DRAW_FRAME::UpdateStatusBar()
// We already decided the formatter above
Line.Printf( locformatter, dXpos, dYpos );
SetStatusText( Line, 3 );
// refresh units display
DisplayUnitsMsg();
}