Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
6c55202a
Commit
6c55202a
authored
Apr 26, 2021
by
Julius Künzel
⚠
Browse files
Merge branch 'refs/heads/release/21.04'
parents
4a7e840a
43e78433
Pipeline
#59829
passed with stage
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/effects/effectstack/model/effectstackmodel.cpp
View file @
6c55202a
...
@@ -213,6 +213,7 @@ void EffectStackModel::removeEffect(const std::shared_ptr<EffectItemModel> &effe
...
@@ -213,6 +213,7 @@ void EffectStackModel::removeEffect(const std::shared_ptr<EffectItemModel> &effe
} else if (outFades < 0) {
} else if (outFades < 0) {
pCore->updateItemModel(m_ownerId, QStringLiteral("fadeout"));
pCore->updateItemModel(m_ownerId, QStringLiteral("fadeout"));
}*/
}*/
updateEffectZones
();
pCore
->
updateItemKeyframes
(
m_ownerId
);
pCore
->
updateItemKeyframes
(
m_ownerId
);
return
true
;
return
true
;
};
};
...
@@ -226,6 +227,7 @@ void EffectStackModel::removeEffect(const std::shared_ptr<EffectItemModel> &effe
...
@@ -226,6 +227,7 @@ void EffectStackModel::removeEffect(const std::shared_ptr<EffectItemModel> &effe
roles
<<
TimelineModel
::
FadeOutRole
;
roles
<<
TimelineModel
::
FadeOutRole
;
}
}
emit
dataChanged
(
QModelIndex
(),
QModelIndex
(),
roles
);
emit
dataChanged
(
QModelIndex
(),
QModelIndex
(),
roles
);
updateEffectZones
();
pCore
->
updateItemKeyframes
(
m_ownerId
);
pCore
->
updateItemKeyframes
(
m_ownerId
);
return
true
;
return
true
;
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment