Merge branch 'master' of github.com:dae/anki
This commit is contained in:
commit
fc713d2010
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user