Bug #1981357: Cannot create catalog with 6.0

This commit is contained in:
Charles Haley 2022-07-11 20:45:12 +01:00
parent 919f18aa57
commit d2b2c29af0

View File

@ -616,7 +616,7 @@ class PluginWidget(QWidget,Ui_Form):
''' '''
Update catalog options from current preset Update catalog options from current preset
''' '''
if idx < 0: if idx <= 0:
return return
current_preset = self.preset_field.currentText() current_preset = self.preset_field.currentText()