mirror of https://github.com/odrling/Aegisub
Fixed bug with "snap to scene"
Originally committed to SVN as r1309.
This commit is contained in:
parent
726305faff
commit
4d4cbe1fcc
|
@ -1065,6 +1065,7 @@ void FrameMain::OnSnapToScene (wxCommandEvent &event) {
|
|||
}
|
||||
|
||||
// Commit
|
||||
SubsBox->editBox->Update();
|
||||
SubsBox->ass->FlagAsModified(_("snap to scene"));
|
||||
SubsBox->CommitChanges();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue