Coalesce changes made in the Effect box

Originally committed to SVN as r6538.
This commit is contained in:
Thomas Goyne 2012-03-07 22:40:35 +00:00
parent 49ce5275d1
commit 94b3764a91
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ void SubsEditBox::OnMarginVChange(wxCommandEvent &) {
}
void SubsEditBox::OnEffectChange(wxCommandEvent &) {
SetSelectedRows(&AssDialogue::Effect, Effect->GetValue(), _("effect change"), AssFile::COMMIT_DIAG_META);
SetSelectedRows(&AssDialogue::Effect, Effect->GetValue(), _("effect change"), AssFile::COMMIT_DIAG_META, true);
}
void SubsEditBox::OnCommentChange(wxCommandEvent &) {