make sure add-on list updates when toggling on qt 5.12/mac

This commit is contained in:
Damien Elmes 2019-02-06 09:19:20 +10:00
parent 041e4dbdf0
commit aff810c18a

View file

@ -314,6 +314,8 @@ class AddonsDialog(QDialog):
if self.addons:
self.form.addonList.setCurrentRow(0)
self.form.addonList.repaint()
def _onAddonItemSelected(self, row_int):
try:
addon = self.addons[row_int][1]