mirror of https://github.com/odrling/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
|
@ -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 New Issue