Update palette when moving a pane, GitHub issue 3437.

This commit is contained in:
nicm
2023-01-17 06:50:55 +00:00
parent eb1f8d70a7
commit d578cf8d3f
3 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
else
TAILQ_INSERT_AFTER(&dst_w->panes, dst_wp, src_wp, entry);
layout_assign_pane(lc, src_wp, 0);
colour_palette_from_option(&src_wp->palette, src_wp->options);
recalculate_sizes();