Skip to content

Commit

Permalink
Minor gui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed May 14, 2013
1 parent 0f756c9 commit 94468c5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -553,6 +553,7 @@ void QgsDelimitedTextSourceSelect::updateFieldLists()
( cmbXField->currentIndex() >= 0 && cmbYField->currentIndex() >= 0 ) );
geomTypeXY->setChecked( isXY );
geomTypeWKT->setChecked( ! isXY );
swGeomType->setCurrentIndex( bgGeomType->checkedId() );

if ( haveFields )
{
Expand Down

0 comments on commit 94468c5

Please sign in to comment.