Skip to content

Commit

Permalink
[processing] Declare NOT_SELECTED
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed May 21, 2018
1 parent dcc79fc commit 42199d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/wrappers.py
Expand Up @@ -965,6 +965,7 @@ def selectFile(self):


class EnumWidgetWrapper(WidgetWrapper):
NOT_SELECTED = '[Not selected]'

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

0 comments on commit 42199d1

Please sign in to comment.