time delta for time diff view is changeable
This commit is contained in:
@@ -544,7 +544,7 @@ class InnerBigText(QWidget):
|
||||
|
||||
painter.end()
|
||||
end_ns = time.process_time_ns()
|
||||
print(f"paint took {(end_ns - start_ns) / 1000000.0}")
|
||||
# print(f"paint took {(end_ns - start_ns) / 1000000.0}")
|
||||
|
||||
def draw_highlights(self, highlights: [HighlightedRange], painter: QPainter, y_line_offset: int):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user