Revert "instrument editor undo: don't check delta if no user input has come in that could potentially have dirtied the editor"
This reverts commit ad53b33d7c.
This commit is contained in:
parent
4f3d61c0f1
commit
251be67b69
5 changed files with 19 additions and 51 deletions
|
|
@ -934,7 +934,7 @@ struct DivInstrument : DivInstrumentPOD {
|
|||
*/
|
||||
FixedQueue<DivInstrumentUndoStep*, 128> undoHist;
|
||||
FixedQueue<DivInstrumentUndoStep*, 128> redoHist;
|
||||
bool recordUndoStepIfChanged(size_t processTime, const DivInstrument* old);
|
||||
void recordUndoStepIfChanged(size_t processTime, const DivInstrument* old);
|
||||
int undo();
|
||||
int redo();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue