forked from mia/Aegisub
Issue #464 - Fixed commiting of default line timing
Originally committed to SVN as r1454.
This commit is contained in:
parent
d256a61703
commit
e568425e97
1 changed files with 1 additions and 0 deletions
|
@ -1215,6 +1215,7 @@ void AudioDisplay::CommitChanges (bool nextLine) {
|
||||||
dontReadTimes = false;
|
dontReadTimes = false;
|
||||||
curStartMS = curEndMS;
|
curStartMS = curEndMS;
|
||||||
curEndMS = curStartMS + Options.AsInt(_T("Timing Default Duration"));
|
curEndMS = curStartMS + Options.AsInt(_T("Timing Default Duration"));
|
||||||
|
NeedCommit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Update();
|
Update();
|
||||||
|
|
Loading…
Reference in a new issue