timeline/viewer: reimplemented "play in to out" and "loop"
This commit is contained in:
@@ -88,6 +88,11 @@ void TimeBasedPanel::PlayPause()
|
||||
emit PlayPauseRequested();
|
||||
}
|
||||
|
||||
void TimeBasedPanel::PlayInToOut()
|
||||
{
|
||||
emit PlayInToOutRequested();
|
||||
}
|
||||
|
||||
void TimeBasedPanel::ShuttleLeft()
|
||||
{
|
||||
emit ShuttleLeftRequested();
|
||||
|
||||
Reference in New Issue
Block a user