give focus on wheel scrolling
This commit is contained in:
@@ -13,7 +13,7 @@ class LogFileModel:
|
||||
self._file = file
|
||||
|
||||
def data(self, byte_offset, scroll_lines, lines) -> List[Line]:
|
||||
print("data(%s, %s, %s)" % (byte_offset, scroll_lines, lines))
|
||||
#print("data(%s, %s, %s)" % (byte_offset, scroll_lines, lines))
|
||||
lines_before_offset: List[Line] = []
|
||||
lines_after_offset: List[Line] = []
|
||||
result: List[Line] = []
|
||||
|
||||
Reference in New Issue
Block a user