1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00

gui: fix over-opacity with split panes and transparent windows

closes: #1459
This commit is contained in:
Wez Furlong 2021-12-25 12:20:40 -07:00
parent c4257ab8d6
commit 56420205e9

View File

@ -1108,6 +1108,11 @@ impl super::TermWindow {
quad.set_hsv(config.window_background_image_hsb);
quad.set_fg_color(color);
}
_ if window_is_transparent && num_panes > 1 => {
// Avoid doubling up the background color: the panes
// will render out through the padding so there
// should be no gaps that need filling in
},
_ => {
// Regular window background color
let background = rgbcolor_alpha_to_window_color(