Merge pull request #562 from ijgnd/master

make help text selectable
This commit is contained in:
Damien Elmes 2020-04-16 10:14:02 +10:00 committed by GitHub
commit 4fb9dc734b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1282,6 +1282,7 @@ class ConfigEditor(QDialog):
self.mgr = dlg.mgr
self.form = aqt.forms.addonconf.Ui_Dialog()
self.form.setupUi(self)
self.form.label.setTextInteractionFlags(Qt.TextSelectableByMouse)
restore = self.form.buttonBox.button(QDialogButtonBox.RestoreDefaults)
restore.clicked.connect(self.onRestoreDefaults)
self.setupFonts()