Eechema: fix bug : when saving the schematic project, the lib cache was saved under the current sheet opened, not the root sheet.

Pcbnew: clamp default plot line width between 0.02 and 2 mm. the other bug (saving this parameter in internal units instead of mm is not fixed)
This commit is contained in:
jean-pierre charras
2013-05-07 20:32:06 +02:00
parent f6ac92dc39
commit 2ec6d22131
6 changed files with 51 additions and 32 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ void EDA_BASE_FRAME::OnSelectPreferredEditor( wxCommandEvent& event )
wildcard += wxT( ".exe" );
#endif
wildcard.Printf( _( "Executable file (%s)|%s" ),
wildcard.Printf( _( "Executable file (%s)|%s" ),
GetChars( wildcard ), GetChars( wildcard ) );
wxFileDialog dlg( this, _( "Select Preferred Editor" ), fn.GetPath(),