timebasedwidget/timeruler: reimplemented creating and displaying markers

This commit is contained in:
itsmattkc
2020-03-14 23:03:27 +11:00
parent a56484d3e6
commit 1c4411a4ad
9 changed files with 94 additions and 1 deletions
+5
View File
@@ -159,3 +159,8 @@ void TimeBasedPanel::ClearInOut()
{
GetTimeBasedWidget()->ClearInOutPoints();
}
void TimeBasedPanel::SetMarker()
{
GetTimeBasedWidget()->SetMarker();
}