#126 calendar: local scrp fix
This commit is contained in:
parent
e418d9fb86
commit
e6f3e74e0c
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ function calendar:show(t_out, inc_offset, scr)
|
|||
f:close()
|
||||
|
||||
if calendar.followmouse then
|
||||
local scrp = mouse.screen
|
||||
scrp = mouse.screen
|
||||
else
|
||||
local scrp = scr or calendar.scr_pos
|
||||
scrp = scr or calendar.scr_pos
|
||||
end
|
||||
|
||||
cal_notification = naughty.notify({
|
||||
|
|
Loading…
Add table
Reference in a new issue