mirror of https://github.com/odrling/Aegisub
Fix a minor bug that caused the add leadin/leadout buttons to not update the time edit boxes. Patch by Harukalover, fixes #836.
Originally committed to SVN as r2906.
This commit is contained in:
parent
87a39833b8
commit
3bdbcd7b5e
|
@ -1318,6 +1318,7 @@ void AudioDisplay::AddLead(bool in,bool out) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set changes
|
// Set changes
|
||||||
|
UpdateTimeEditCtrls();
|
||||||
NeedCommit = true;
|
NeedCommit = true;
|
||||||
if (Options.AsBool(_T("Audio Autocommit"))) CommitChanges();
|
if (Options.AsBool(_T("Audio Autocommit"))) CommitChanges();
|
||||||
Update();
|
Update();
|
||||||
|
|
Loading…
Reference in New Issue