summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f6027a6)
The popup would not show if clicked to destroy it then hovering over the
widget again. Would have to wait until the timer runs out.
-- , icon = img
, text = table.text
, timeout = 0
-- , icon = img
, text = table.text
, timeout = 0
- , destroy = function() self._timer:stop() end
+ , destroy = function() self._timer:stop(); self._notification = nil end
})
self._timer:start()
end)
})
self._timer:start()
end)