mirror of
https://github.com/ankitects/anki.git
synced 2025-11-16 17:47:11 -05:00
update bottom area of downloads when searching
This commit is contained in:
parent
96cac67ea6
commit
a41cfb88ec
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ class GetShared(QDialog):
|
|||
else:
|
||||
self.form.table.sortItems(1, Qt.DescendingOrder)
|
||||
self.form.table.selectRow(0)
|
||||
self.onCellChanged(None, None, None, None)
|
||||
|
||||
def onCellChanged(self, row, col, x, y):
|
||||
ci = self.form.table.currentItem()
|
||||
|
|
|
|||
Loading…
Reference in a new issue