Skip to content

Commit

Permalink
fixes ozmartian#2
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhakovanton committed Feb 18, 2024
1 parent e70a403 commit 6ae8521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vidcutter/video_labeling_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def loadMedia(self, item) -> None:
self.scalableTimeline.currentRectangleIndex = -1
# self.scalableTimeline.timeline.setFocus()

self.videoList.currentVideoIndex = 0
# self.videoList.currentVideoIndex = 0 # causes incorrect rendering in timeline

self.mediaAvailable = True
self.timelineFactorLabel.setStyleSheet("font-weight: bold; color: light grey")
Expand Down

0 comments on commit 6ae8521

Please sign in to comment.