mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
tooltip timer doesn't need collection
This commit is contained in:
parent
b06b70f721
commit
c8c55c893d
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ def tooltip(msg, period=3000, parent=None):
|
||||||
aw.mapToGlobal(QPoint(0, -100 + aw.height())))
|
aw.mapToGlobal(QPoint(0, -100 + aw.height())))
|
||||||
lab.show()
|
lab.show()
|
||||||
_tooltipTimer = aqt.mw.progress.timer(
|
_tooltipTimer = aqt.mw.progress.timer(
|
||||||
period, closeTooltip, False)
|
period, closeTooltip, False, requiresCollection=False)
|
||||||
_tooltipLabel = lab
|
_tooltipLabel = lab
|
||||||
|
|
||||||
def closeTooltip():
|
def closeTooltip():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue