mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
make sure add-on list updates when toggling on qt 5.12/mac
This commit is contained in:
parent
041e4dbdf0
commit
aff810c18a
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue