Navigation Menu

Skip to content

Commit

Permalink
don't select any field by default in Field Calculator's "Update exist…
Browse files Browse the repository at this point in the history
…ing field" combobox (fix #15970)
  • Loading branch information
alexbruy committed Dec 30, 2016
1 parent 2a34af8 commit f7a2796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsfieldcalculator.cpp
Expand Up @@ -455,6 +455,7 @@ void QgsFieldCalculator::populateFields()
font.setItalic( true );
mExistingFieldComboBox->setItemData( mExistingFieldComboBox->count() - 1, font, Qt::FontRole );
}
mExistingFieldComboBox->setCurrentIndex( -1 );
}

void QgsFieldCalculator::setOkButtonState()
Expand Down

0 comments on commit f7a2796

Please sign in to comment.