mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 21:27:14 -05: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:
|
if self.addons:
|
||||||
self.form.addonList.setCurrentRow(0)
|
self.form.addonList.setCurrentRow(0)
|
||||||
|
|
||||||
|
self.form.addonList.repaint()
|
||||||
|
|
||||||
def _onAddonItemSelected(self, row_int):
|
def _onAddonItemSelected(self, row_int):
|
||||||
try:
|
try:
|
||||||
addon = self.addons[row_int][1]
|
addon = self.addons[row_int][1]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue