mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix display errors on macOS after updating add-ons
This commit is contained in:
parent
67fb3438f3
commit
49bba16f24
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ class AddonsDialog(QDialog):
|
|||
if dir in selected:
|
||||
item.setSelected(True)
|
||||
|
||||
addonList.repaint()
|
||||
addonList.reset()
|
||||
|
||||
def _onAddonItemSelected(self, row_int):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue