We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc79fc commit 42199d1Copy full SHA for 42199d1
python/plugins/processing/gui/wrappers.py
@@ -965,6 +965,7 @@ def selectFile(self):
965
966
967
class EnumWidgetWrapper(WidgetWrapper):
968
+ NOT_SELECTED = '[Not selected]'
969
970
def createWidget(self, useCheckBoxes=False, columns=1):
971
if self.dialogType in (DIALOG_STANDARD, DIALOG_BATCH):
0 commit comments