Fix a crash when clicking a floating pane in the status line which was minimised after it was made active by window-tree. Correct the way window-tree displays floating panes so they can be easily unminimmised.

This commit is contained in:
Michael Grant
2026-03-28 08:35:35 +00:00
parent d002323de2
commit 44229e8af6
3 changed files with 22 additions and 5 deletions

View File

@@ -628,6 +628,8 @@ layout_unminimise_cell(struct window *w, struct layout_cell *lc)
{
struct layout_cell *lcother, *lcparent;
if (lc == NULL)
return;
lcparent = lc->parent;
if (lcparent == NULL) {
return;