Allow markers to be selected

This commit is contained in:
Thomas Wilshaw
2021-10-22 22:15:51 +01:00
parent ca807b7b66
commit 853dbc0066
11 changed files with 94 additions and 2 deletions
+5
View File
@@ -211,4 +211,9 @@ void TimeBasedPanel::GoToOut()
GetTimeBasedWidget()->GoToOut();
}
void TimeBasedPanel::DeleteSelected()
{
GetTimeBasedWidget()->DeleteSelected();
}
}