mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Actually modify the line time when applying lead-in/out in karaoke mode
This commit is contained in:
parent
7433b814a7
commit
08c9781dfb
@ -295,6 +295,8 @@ void AudioTimingControllerKaraoke::AddLeadOut() {
|
||||
}
|
||||
|
||||
void AudioTimingControllerKaraoke::ApplyLead(bool announce_primary) {
|
||||
active_line->Start = (int)start_marker;
|
||||
active_line->End = (int)end_marker;
|
||||
kara->SetLineTimes(start_marker, end_marker);
|
||||
if (!announce_primary)
|
||||
AnnounceUpdatedStyleRanges();
|
||||
|
Loading…
x
Reference in New Issue
Block a user