forked from mia/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
732ccbbb26
commit
f869cd0231
1 changed files with 1 additions and 0 deletions
|
@ -1318,6 +1318,7 @@ void AudioDisplay::AddLead(bool in,bool out) {
|
|||
}
|
||||
|
||||
// Set changes
|
||||
UpdateTimeEditCtrls();
|
||||
NeedCommit = true;
|
||||
if (Options.AsBool(_T("Audio Autocommit"))) CommitChanges();
|
||||
Update();
|
||||
|
|
Loading…
Reference in a new issue