Eeschema: fix typo in commit 428bbc2
that make it not working.
This commit is contained in:
parent
ecc464e846
commit
f47a4ec92a
|
@ -1357,7 +1357,7 @@ void DIALOG_SYMBOL_FIELDS_TABLE::OnExport( wxCommandEvent& aEvent )
|
|||
return;
|
||||
|
||||
// Find the location for the line terminator
|
||||
for( int col = m_grid->GetNumberCols() - 1; col <=0 ; --col )
|
||||
for( int col = m_grid->GetNumberCols() - 1; col >=0 ; --col )
|
||||
{
|
||||
if( m_grid->IsColShown( col ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue