various small code cleanups and improvements
Largely refactoring work to make the code somewhat nicer to work with.
This commit is contained in:
@@ -177,7 +177,7 @@ void SequenceDialog::accept()
|
||||
audio_params,
|
||||
name_field_->text());
|
||||
|
||||
olive::undo_stack.push(param_command);
|
||||
Core::instance()->undo_stack()->push(param_command);
|
||||
|
||||
} else {
|
||||
// Set sequence values directly with no undo command
|
||||
|
||||
Reference in New Issue
Block a user