timebasedwidget: re-implemented toggle show all function

This commit is contained in:
itsmattkc
2020-04-15 15:31:54 +10:00
parent 2610d58ae3
commit 9cc4349054
7 changed files with 53 additions and 2 deletions
+5
View File
@@ -187,4 +187,9 @@ void TimeBasedPanel::SetMarker()
GetTimeBasedWidget()->SetMarker();
}
void TimeBasedPanel::ToggleShowAll()
{
GetTimeBasedWidget()->ToggleShowAll();
}
OLIVE_NAMESPACE_EXIT