TimeLineRulerMenu: only show drop or non-drop timecode depending

on timebase
This commit is contained in:
Thomas Wilshaw
2021-04-08 12:56:42 +01:00
parent f560beef60
commit 2cea45268f
6 changed files with 37 additions and 8 deletions
+5
View File
@@ -34,6 +34,11 @@ rational TimeBasedPanel::GetTime()
return widget_->GetTime();
}
rational TimeBasedPanel::timebase()
{
return widget_->timebase();
}
void TimeBasedPanel::GoToStart()
{
widget_->GoToStart();