mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix #8198
This commit is contained in:
parent
4a37805a80
commit
b697371834
@ -1008,7 +1008,7 @@ class geometryThread( QThread ):
|
||||
def doubleFieldIndex( self, name, desc, fieldList ):
|
||||
i = 0
|
||||
for f in fieldList:
|
||||
if name == f.name().toUpper():
|
||||
if name == f.name().upper():
|
||||
return (i, fieldList )
|
||||
i += 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user