Skip to content

Commit c060164

Browse files
committed
[processing] fixes #9328:
addressed: http://hub.qgis.org/issues/9328
1 parent 9d379f0 commit c060164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/gui/ConfigDialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def select(self):
275275
return
276276

277277
self.lineEdit.setText(selectedPath)
278+
self.canFocusOut = True
278279

279280
def text(self):
280281
return self.lineEdit.text()

0 commit comments

Comments
 (0)