mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04: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:
|
else:
|
||||||
self.form.table.sortItems(1, Qt.DescendingOrder)
|
self.form.table.sortItems(1, Qt.DescendingOrder)
|
||||||
self.form.table.selectRow(0)
|
self.form.table.selectRow(0)
|
||||||
|
self.onCellChanged(None, None, None, None)
|
||||||
|
|
||||||
def onCellChanged(self, row, col, x, y):
|
def onCellChanged(self, row, col, x, y):
|
||||||
ci = self.form.table.currentItem()
|
ci = self.form.table.currentItem()
|
||||||
|
|
Loading…
Reference in a new issue