mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
render: render_resize(): don't do anything if width or height is 0
This commit is contained in:
parent
11892e8d23
commit
74aa604904
2 changed files with 4 additions and 2 deletions
|
|
@ -475,8 +475,7 @@ xdg_toplevel_configure(void *data, struct xdg_toplevel *xdg_toplevel,
|
|||
else
|
||||
term_visual_focus_out(term);
|
||||
|
||||
if (width > 0 && height > 0)
|
||||
render_resize(term, width, height, false);
|
||||
render_resize(term, width, height, false);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue