mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
...
This commit is contained in:
parent
dd767bdf91
commit
1e555e91ba
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class TerminalWidget(QWidget):
|
|||
self.hmargin, self.line_positions[l], self.cell_width * self.cells_per_line, self.cell_height)))
|
||||
cells = (c for c in range(self.cells_per_line) if region.intersects(QRect(
|
||||
self.cell_positions[c], self.vmargin, self.cell_width, self.cell_height * self.lines_per_screen)))
|
||||
yield from product(lines, cells)
|
||||
return product(lines, cells)
|
||||
|
||||
def paintEvent(self, ev):
|
||||
if self.size() != self.layout_size:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue