Skip to content

Commit 3e041b3

Browse files
committedFeb 13, 2019
[ogr] Show style description instead of name in other styles
Fixes #21254
1 parent 88afe75 commit 3e041b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/ogr/qgsogrprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6317,7 +6317,7 @@ QGISEXTERN int listStyles( const QString &uri, QStringList &ids, QStringList &na
63176317

63186318
listTimestamp.append( ts );
63196319
mapIdToStyleName[fid] = styleName;
6320-
mapIdToDescription[fid] = styleName;
6320+
mapIdToDescription[fid] = description;
63216321
mapTimestampToId[ts].append( fid );
63226322
}
63236323
}

0 commit comments

Comments
 (0)