fix reading being blanked when focused (#605)

This commit is contained in:
Damien Elmes 2013-01-30 17:00:17 +09:00
parent bfeafe29d9
commit 983c9b21cf

View file

@ -492,7 +492,9 @@ class Editor(object):
"editFocusLost", False, self.note, self.currentField):
# something updated the note; schedule reload
def onUpdate():
self.stealFocus = True
self.loadNote()
self.stealFocus = False
self.checkValid()
self.mw.progress.timer(100, onUpdate, False)
else: