Stop coalescing changes for undo when the active line changes

Originally committed to SVN as r6136.
This commit is contained in:
Thomas Goyne 2011-12-22 21:31:01 +00:00
parent f0e352f382
commit fd35224cb5
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ void SubsEditBox::PopulateActorList() {
void SubsEditBox::OnActiveLineChanged(AssDialogue *new_line) {
wxEventBlocker blocker(this);
line = new_line;
commitId = -1;
Update(AssFile::COMMIT_DIAG_FULL);