eeschema: add forgotten major fix in bzr3471
This commit is contained in:
parent
b8a2c4e240
commit
00e6f01584
|
@ -427,7 +427,7 @@ void DIALOG_BUILD_BOM::CreatePartsList( const wxString& aFullFileName, bool aInc
|
|||
cmplist.RemoveSubComponentsFromList();
|
||||
|
||||
// sort component list by value
|
||||
cmplist.SortByRefAndValue( );
|
||||
cmplist.SortByValueAndRef( );
|
||||
PrintComponentsListByPart( f, cmplist, aIncludeSubComponents );
|
||||
|
||||
fclose( f );
|
||||
|
|
Loading…
Reference in New Issue