Merge branch 'master' of github.com:dae/anki

This commit is contained in:
Damien Elmes 2019-10-29 12:57:01 +10:00
commit fc713d2010

View File

@ -701,6 +701,7 @@ class Browser(QMainWindow):
hh.sectionMoved.connect(self.onColumnMoved)
def onSortChanged(self, idx, ord):
ord = bool(ord)
self.editor.saveNow(lambda: self._onSortChanged(idx, ord))
def _onSortChanged(self, idx, ord):