From df57a20f383d2364fd79149de50f3360dde8443b Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 28 Sep 2024 16:32:04 -0300 Subject: lua: fix tpyo --- core/lua/astal/widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/lua/astal/widget.lua') diff --git a/core/lua/astal/widget.lua b/core/lua/astal/widget.lua index f525f4e..89cc4d5 100644 --- a/core/lua/astal/widget.lua +++ b/core/lua/astal/widget.lua @@ -61,7 +61,7 @@ local function set_children(parent, children) parent:remove(rm) end elseif Gtk.Container:is_type_of(parent) and - !(Astal.Box:is_type_of(parent) or + not (Astal.Box:is_type_of(parent) or Astal.Stack:is_type_of(parent)) then for _, ch in ipairs(parent:get_children()) do parent:remove(ch) -- cgit v1.2.3