forked from mia/Aegisub
Enable the Accept Splits button even when it's only the autosplit that would be committed
Originally committed to SVN as r6887.
This commit is contained in:
parent
18041eabc7
commit
b65e867455
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void AudioKaraoke::OnMouse(wxMouseEvent &event) {
|
||||||
void AudioKaraoke::LoadFromLine() {
|
void AudioKaraoke::LoadFromLine() {
|
||||||
kara->SetLine(active_line, true);
|
kara->SetLine(active_line, true);
|
||||||
SetDisplayText();
|
SetDisplayText();
|
||||||
accept_button->Enable(false);
|
accept_button->Enable(kara->GetText() != active_line->Text);
|
||||||
cancel_button->Enable(false);
|
cancel_button->Enable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue