Eeschema: fix typo in commit 428bbc2 that make it not working.

This commit is contained in:
jean-pierre charras 2022-07-08 09:48:34 +02:00
parent ecc464e846
commit f47a4ec92a
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ void DIALOG_SYMBOL_FIELDS_TABLE::OnExport( wxCommandEvent& aEvent )
return; return;
// Find the location for the line terminator // 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 ) ) if( m_grid->IsColShown( col ) )
{ {