Fixed fs display

This commit is contained in:
Terencio Agozzino 2016-12-10 15:45:50 +01:00
parent 2d67c39620
commit ea1e51b5f9

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)