diff --git a/qt/aqt/addons.py b/qt/aqt/addons.py index facf5262b..4e97c7789 100644 --- a/qt/aqt/addons.py +++ b/qt/aqt/addons.py @@ -1320,6 +1320,8 @@ class ConfigEditor(QDialog): ) text = gui_hooks.addon_config_editor_will_display_json(text) self.form.editor.setPlainText(text) + if isMac: + self.form.editor.repaint() def onClose(self): saveGeom(self, "addonconf")