Switch the Duration field back to time mode when video is closed
This commit is contained in:
parent
05e4a237cb
commit
004b41f0eb
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ void SubsEditBox::UpdateFrameTiming(agi::vfr::Framerate const& fps) {
|
|||
ByTime->SetValue(true);
|
||||
StartTime->SetByFrame(false);
|
||||
EndTime->SetByFrame(false);
|
||||
Duration->SetByFrame(false);
|
||||
c->subsGrid->SetByFrame(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue