mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
fix compare answer function on osx with non-latin input
This commit is contained in:
parent
7d7ad28356
commit
1604eb29d6
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ class Bridge(QObject):
|
|||
return unicode(self._bridge(unicode(str)))
|
||||
@pyqtSlot(str)
|
||||
def link(self, str):
|
||||
print "link", str
|
||||
self._linkHandler(unicode(str))
|
||||
def setBridge(self, func):
|
||||
self._bridge = func
|
||||
|
|
|
|||
Loading…
Reference in a new issue