Merge pull request #247 from rememberYou/master

fs showpopup: update {show,hide} call
This commit is contained in:
Luke Bonham 2016-12-12 18:18:45 +01:00 committed by GitHub
commit 49f3712ce7
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ local function worker(args)
end
if showpopup == "on" then
fs.widget:connect_signal('mouse::enter', function () fs:show(0) end)
fs.widget:connect_signal('mouse::leave', function () fs:hide() end)
fs.widget:connect_signal('mouse::enter', function () fs.show(0) end)
fs.widget:connect_signal('mouse::leave', function () fs.hide() end)
end
helpers.newtimer(partition, timeout, update)