Switch the Duration field back to time mode when video is closed

This commit is contained in:
Thomas Goyne 2012-10-09 19:49:57 -07:00
parent 05e4a237cb
commit 004b41f0eb
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}