forked from mia/Aegisub
Stop audio undo coalescing when swtiching between lines
Originally committed to SVN as r6811.
This commit is contained in:
parent
c86f553aa7
commit
7ab4f85211
1 changed files with 2 additions and 0 deletions
|
@ -567,6 +567,8 @@ void AudioTimingControllerDialogue::DoCommit(bool user_triggered)
|
|||
|
||||
void AudioTimingControllerDialogue::Revert()
|
||||
{
|
||||
commit_id = -1;
|
||||
|
||||
if (AssDialogue *line = context->selectionController->GetActiveLine())
|
||||
{
|
||||
modified_lines.clear();
|
||||
|
|
Loading…
Reference in a new issue