mirror of
https://github.com/Dasharo/roadmapper.git
synced 2026-06-13 19:16:15 -07:00
set vertical lines y pos to same as timeline y pos
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user