--- a/src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Thu May 25 19:51:47 2023 +0200 @@ -214,19 +214,17 @@ self.eMessage.setEnabled(not self.rAboutQt.isChecked()) - def on_rAbout_toggled(self, on): + @pyqtSlot() + def on_rAbout_toggled(self): """ Private slot to handle the toggled signal of the rAbout radio button. - - @param on toggle state (boolean) (ignored) """ self.__enabledGroups() - def on_rAboutQt_toggled(self, on): + @pyqtSlot() + def on_rAboutQt_toggled(self): """ Private slot to handle the toggled signal of the rAboutQt radio button. - - @param on toggle state (boolean) (ignored) """ self.__enabledGroups()