This commit is contained in:
Kovid Goyal 2023-10-09 15:28:16 +05:30
parent 726d4ca9bc
commit 3338e4fb25
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -669,6 +669,7 @@ class Window:
'env': self.child.environ,
'cmdline': self.child.cmdline,
'margin': self.margin.serialize(),
'user_vars': self.user_vars,
'padding': self.padding.serialize(),
}
if self.window_custom_type: