Damien Elmes 2020-06-24 11:12:45 +10:00
parent 597830942d
commit f38c9b4272

View file

@ -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")