Skip to content

Commit

Permalink
Do not skip first line on value map csv import
Browse files Browse the repository at this point in the history
Fix #32250
  • Loading branch information
m-kuhn committed Apr 16, 2020
1 parent 69d7901 commit daf0ef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/editorwidgets/qgsvaluemapconfigdlg.cpp
Expand Up @@ -321,8 +321,6 @@ void QgsValueMapConfigDlg::loadFromCSVButtonPushed()

QList<QPair<QString, QVariant>> map;

s.readLine();

while ( !s.atEnd() )
{
QString l = s.readLine().trimmed();
Expand Down

0 comments on commit daf0ef8

Please sign in to comment.