We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af82ca commit b74cb5fCopy full SHA for b74cb5f
python/plugins/fTools/tools/doVisual.py
@@ -91,8 +91,8 @@ def update( self ):
91
else:
92
self.useSelected.setCheckState( Qt.Unchecked )
93
# add all fields in combobox because now we can work with text fields too
94
- for i in changedField:
95
- self.cmbField.addItem( unicode( changedField[i].name() ) )
+ for f in changedField:
+ self.cmbField.addItem( unicode( f.name() ) )
96
97
def accept( self ):
98
if self.inShape.currentText() == "":
0 commit comments