mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Issue #464 - Fixed commiting of default line timing
Originally committed to SVN as r1454.
This commit is contained in:
parent
d256a61703
commit
e568425e97
@ -1215,6 +1215,7 @@ void AudioDisplay::CommitChanges (bool nextLine) {
|
||||
dontReadTimes = false;
|
||||
curStartMS = curEndMS;
|
||||
curEndMS = curStartMS + Options.AsInt(_T("Timing Default Duration"));
|
||||
NeedCommit = true;
|
||||
}
|
||||
|
||||
Update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user