temporal: fix up some logic relating to scoped tempo maps (GUI)

This commit is contained in:
Paul Davis 2025-08-11 15:41:18 -06:00
parent dd41fddcad
commit a2c0183cbc
3 changed files with 21 additions and 11 deletions

View file

@ -402,7 +402,7 @@ AudioClipEditor::drop_waves ()
void
AudioClipEditor::set_trigger (TriggerReference& tr)
{
EC_LOCAL_TEMPO_SCOPE;
/* NO LOCAL TEMPO SCOPE */
if (tr == ref) {
return;
@ -418,7 +418,7 @@ AudioClipEditor::set_trigger (TriggerReference& tr)
void
AudioClipEditor::set_region (std::shared_ptr<Region> region)
{
EC_LOCAL_TEMPO_SCOPE;
/* NO LOCAL TEMPO SCOPE */
CueEditor::set_region (region);