Fix overlay windows not inheriting the per-window padding and margin settings of their parents

Fixes #6063
This commit is contained in:
Kovid Goyal 2023-03-01 21:45:17 +05:30
parent 66804dafe8
commit fccd776732
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 12 additions and 3 deletions

View file

@ -69,6 +69,9 @@ Detailed list of changes
- hints kitten: Allow copying matches to named buffers (:disc:`6073`)
- Fix overlay windows not inheriting the per-window padding and margin settings
of their parents (:iss:`6063`)
0.27.1 [2023-02-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~