fix build error

This commit is contained in:
Gregor Lohaus
2026-05-30 01:27:10 +02:00
parent ba884cd0a2
commit 76f539d34a

View File

@@ -148,7 +148,7 @@ public final class TerminalCanvasView {
drawTabBar(gc, width, topInset); drawTabBar(gc, width, topInset);
} }
for (TerminalPane pane : panes) { for (TerminalPane pane : panes) {
paintPane(gc, pane, font, metrics, pane.renderSnapshotFull()); paintPane(gc, pane, font, metrics, pane.renderSnapshot());
paneContentVersion.put(pane, pane.renderVersion()); paneContentVersion.put(pane, pane.renderVersion());
} }
return; return;