Merge pull request #3007 from awesomeWM/Elv13-layoutbox-1

Fix the layoutbox screen
This commit is contained in:
mergify[bot] 2020-02-25 18:02:56 +00:00 committed by GitHub
commit 20a73b269c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ end
-- @return The layoutbox. -- @return The layoutbox.
function layoutbox.new(args) function layoutbox.new(args)
args = args or {} args = args or {}
local screen = nil local screen = args.screen
if type(args) == "number" or type(args) == "screen" or args.fake_remove then if type(args) == "number" or type(args) == "screen" or args.fake_remove then
screen, args = args, {} screen, args = args, {}