Skip to content

Commit

Permalink
By default, do *not* force all fields to become strings when exportin…
Browse files Browse the repository at this point in the history
…g to XLS/XLSX/ODS/CSV
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Mar 26, 2020
1 parent a4065d5 commit 08532a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/ogr/qgsvectorlayersaveasdialog.cpp
Expand Up @@ -424,7 +424,6 @@ void QgsVectorLayerSaveAsDialog::mFormatComboBox_currentIndexChanged( int idx )
{
if ( mOptions & Fields )
mAttributesSelection->setVisible( true );
fieldsAsDisplayedValues = ( sFormat == QLatin1String( "CSV" ) || sFormat == QLatin1String( "XLS" ) || sFormat == QLatin1String( "XLSX" ) || sFormat == QLatin1String( "ODS" ) );
}

// Show symbology options only for some formats
Expand Down

0 comments on commit 08532a5

Please sign in to comment.