Fixed an issue with Shift to Current Frame not updating the time edit boxes in the subs edit box, resulting in commit using the previous no longer valid times. Fixes #897
Originally committed to SVN as r3081.
This commit is contained in:
parent
b0a9c3bc8d
commit
ee37d42618
1 changed files with 1 additions and 0 deletions
|
@ -1262,6 +1262,7 @@ void FrameMain::OnShiftToFrame (wxCommandEvent &event) {
|
|||
// Commit
|
||||
SubsBox->ass->FlagAsModified(_("shift to frame"));
|
||||
SubsBox->CommitChanges();
|
||||
SubsBox->editBox->Update(true,false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue