Skip to content

Commit

Permalink
[processing] fixes #9328:
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Feb 12, 2014
1 parent 9d379f0 commit c060164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/ConfigDialog.py
Expand Up @@ -275,6 +275,7 @@ def select(self):
return

self.lineEdit.setText(selectedPath)
self.canFocusOut = True

def text(self):
return self.lineEdit.text()
Expand Down

0 comments on commit c060164

Please sign in to comment.