Skip to content

Commit 42199d1

Browse files
pblottierenyalldawson
authored andcommittedMay 21, 2018
[processing] Declare NOT_SELECTED
1 parent dcc79fc commit 42199d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/gui/wrappers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ def selectFile(self):
965965

966966

967967
class EnumWidgetWrapper(WidgetWrapper):
968+
NOT_SELECTED = '[Not selected]'
968969

969970
def createWidget(self, useCheckBoxes=False, columns=1):
970971
if self.dialogType in (DIALOG_STANDARD, DIALOG_BATCH):

0 commit comments

Comments
 (0)
Please sign in to comment.