mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
rebuild the tree on the browser left when row changed
This commit is contained in:
parent
bd6188d41b
commit
65bb4066d6
1 changed files with 1 additions and 0 deletions
|
@ -493,6 +493,7 @@ class Browser(QMainWindow):
|
|||
self.editor.setNote(self.card.note())
|
||||
self.editor.card = self.card
|
||||
self.toolbar.draw()
|
||||
self.buildTree()
|
||||
|
||||
def refreshCurrentCard(self, note):
|
||||
self.model.refreshNote(note)
|
||||
|
|
Loading…
Reference in a new issue