rebuild the tree on the browser left when row changed

This commit is contained in:
Damien Elmes 2012-01-30 08:22:44 +09:00
parent bd6188d41b
commit 65bb4066d6

View file

@ -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)