diff --git a/src/gui/editors/AutomationEditor.cpp b/src/gui/editors/AutomationEditor.cpp index 9e3fa98f245..83ab4b077a7 100644 --- a/src/gui/editors/AutomationEditor.cpp +++ b/src/gui/editors/AutomationEditor.cpp @@ -374,6 +374,8 @@ bool AutomationEditor::fineTuneValue(timeMap::iterator node, bool editingOutValu node.value().setInValue(value); } + // Notify listeners (e.g. PianoRoll) that clip data changed + emit m_clip->dataChanged(); Engine::getSong()->setModified(); return true; }