Skip to content

Commit

Permalink
Fix sort order of value map import of csv
Browse files Browse the repository at this point in the history
Fix #32250
  • Loading branch information
m-kuhn authored and nyalldawson committed Apr 15, 2020
1 parent 928525f commit 7a11678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/editorwidgets/qgsvaluemapconfigdlg.cpp
Expand Up @@ -179,6 +179,7 @@ void QgsValueMapConfigDlg::updateMap( const QList<QPair<QString, QVariant>> &lis
setRow( row, pair.first, QString() );
else
setRow( row, pair.first, pair.second.toString() );
++row;
}
}

Expand Down

0 comments on commit 7a11678

Please sign in to comment.