Merge remote-tracking branch 'blueyed/magnifier-fix-raising'
This commit is contained in:
commit
a73bcd732a
|
@ -64,7 +64,6 @@ function magnifier.arrange(p)
|
|||
height = geometry.height - focus.border_width * 2
|
||||
}
|
||||
focus:geometry(g)
|
||||
focus:raise()
|
||||
|
||||
if #cls > 1 then
|
||||
geometry.x = area.x
|
||||
|
@ -72,7 +71,7 @@ function magnifier.arrange(p)
|
|||
geometry.height = area.height / (#cls - 1)
|
||||
geometry.width = area.width
|
||||
|
||||
-- We don't know what the focus window index. Try to find it.
|
||||
-- We don't know the focus window index. Try to find it.
|
||||
if not fidx then
|
||||
for k, c in ipairs(cls) do
|
||||
if c == focus then
|
||||
|
|
Loading…
Reference in New Issue