Skip to content

Commit 7a010f0

Browse files
committed
Fix an issue where terminal mode cells were not transparent in transparent window mode
1 parent 13ad43d commit 7a010f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/window.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,6 @@ func (w *Window) drawBackground(p *gui.QPainter, y int, col int, cols int) {
18201820
if w.s.ws.isTerminalMode {
18211821
verScrollPixels = 0
18221822
horScrollPixels = 0
1823-
isDrawDefaultBg = true
18241823
}
18251824

18261825
// isDrawDefaultBg := true

0 commit comments

Comments
 (0)