prevent certain on-edit-seq nestings

svn: r1002
This commit is contained in:
Matthew Flatt 2005-10-06 17:05:30 +00:00
parent ed76e15853
commit ee1e6f6d0f

View File

@ -867,9 +867,9 @@ void wxMediaEdit::BeginEditSequence(Bool undoable, Bool interruptSeqs)
#if ALLOW_X_STYLE_SELECTION
needXCopy = TRUE;
#endif
delayRefresh++;
OnEditSequence();
}
} else
delayRefresh++;
}