shift timelineview scroll code into base classes

Fixes #2060
This commit is contained in:
itsmattkc
2022-10-24 12:01:47 -07:00
parent f81445527f
commit bdbfb56879
8 changed files with 61 additions and 84 deletions
+2
View File
@@ -63,6 +63,8 @@ SeekableWidget::SeekableWidget(QWidget* parent) :
setMouseTracking(true);
selection_manager_.SetSnapMask(TimeBasedWidget::kSnapAll);
SetIsTimelineAxes(true);
}
void SeekableWidget::SetMarkers(TimelineMarkerList *markers)