Stop coalescing changes for undo when the active line changes
Originally committed to SVN as r6136.
This commit is contained in:
parent
f0e352f382
commit
fd35224cb5
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ void SubsEditBox::PopulateActorList() {
|
||||||
void SubsEditBox::OnActiveLineChanged(AssDialogue *new_line) {
|
void SubsEditBox::OnActiveLineChanged(AssDialogue *new_line) {
|
||||||
wxEventBlocker blocker(this);
|
wxEventBlocker blocker(this);
|
||||||
line = new_line;
|
line = new_line;
|
||||||
|
commitId = -1;
|
||||||
|
|
||||||
Update(AssFile::COMMIT_DIAG_FULL);
|
Update(AssFile::COMMIT_DIAG_FULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue