fixed regression from switching folder from outputs to inputs

This commit is contained in:
itsmattkc
2021-03-14 21:51:47 +11:00
parent 2a9513e56a
commit fd6319b837
6 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ void Project::ColorManagerValueChanged(const NodeInput &input, const TimeRange &
{
Q_UNUSED(range)
QVector<Footage*> footage = root()->ListOutputsOfType<Footage>();
QVector<Footage*> footage = root()->ListChildrenOfType<Footage>();
foreach (Footage* item, footage) {
item->InvalidateAll(QString());