mirror of https://github.com/odrling/Aegisub
Coalesce changes made in the Effect box
Originally committed to SVN as r6538.
This commit is contained in:
parent
49ce5275d1
commit
94b3764a91
|
@ -567,7 +567,7 @@ void SubsEditBox::OnMarginVChange(wxCommandEvent &) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SubsEditBox::OnEffectChange(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 &) {
|
void SubsEditBox::OnCommentChange(wxCommandEvent &) {
|
||||||
|
|
Loading…
Reference in New Issue