Skip to content

Commit

Permalink
[processing] fix duplicates fields name in field calculator algorithm…
Browse files Browse the repository at this point in the history
… when switching between layers (followup c2699b4)
  • Loading branch information
slarosa committed May 22, 2017
1 parent 403dc35 commit 48ecee5
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -116,10 +116,8 @@ def initContext(self):

def updateLayer(self, layer):
self.layer = layer

self.initContext()
self.builder.setLayer(self.layer)
self.builder.loadFieldNames()
self.initContext()
self.populateFields()

def setupSpinboxes(self, index):
Expand Down

0 comments on commit 48ecee5

Please sign in to comment.