Merge pull request #1600 from Drauthius/master
Corrected selected check in awful.tag.set_screen()
This commit is contained in:
commit
3b0269d5e9
|
@ -475,7 +475,7 @@ end
|
|||
function tag.object.set_screen(t, s)
|
||||
|
||||
s = get_screen(s or ascreen.focused())
|
||||
local sel = tag.selected
|
||||
local sel = t.selected
|
||||
local old_screen = get_screen(tag.getproperty(t, "screen"))
|
||||
|
||||
if s == old_screen then return end
|
||||
|
|
Loading…
Reference in New Issue