set vertical lines y pos to same as timeline y pos

This commit is contained in:
CS Goh
2022-12-16 21:24:12 +13:00
parent f7a3414a38
commit 1756762d5e
+2 -1
View File
@@ -371,7 +371,8 @@ class TimelineItem:
# painter.set_line_width(1)
painter.draw_line(
self.box_x,
self.box_y + self.box_height + 1,
# self.box_y + self.box_height + 1,
self.box_y,
self.box_x,
painter.last_drawn_y_pos + 10,
"#e6e6e6",