From: Nick Diego Yamane Date: Thu, 17 Aug 2017 19:45:50 +0000 (-0400) Subject: task widget: Check if mouse is still over attached widget in aync show X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/c846e5e31ac14ba6b9125d6caa630caad1dda8ec?hp=c846e5e31ac14ba6b9125d6caa630caad1dda8ec task widget: Check if mouse is still over attached widget in aync show This fixes issue #356. Using an approach similar to what is implemented in other lain widgets (e.g: calendar). That is, checking the mouse is still over the target widget inside the `helpers.async` function call in `task.show()`. Signed-off-by: Nick Diego Yamane ---