mirror of https://github.com/odrling/Aegisub
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
69ed7c4e3e
commit
17af911fa6
|
@ -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 New Issue