mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove old code
This commit is contained in:
parent
a61d8d916a
commit
337c3ca028
1 changed files with 0 additions and 3 deletions
|
@ -466,9 +466,6 @@ class FactEdit(QTextEdit):
|
|||
html = re.sub("\s\s+", " ", html).strip()
|
||||
return html
|
||||
|
||||
def leaveEvent(self, evt):
|
||||
QTextEdit.leaveEvent(self, evt)
|
||||
|
||||
def focusOutEvent(self, evt):
|
||||
QTextEdit.focusOutEvent(self, evt)
|
||||
self.parent.lastFocusedEdit = self
|
||||
|
|
Loading…
Reference in a new issue