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
471d0a30
Commit
471d0a30
authored
Nov 25, 2019
by
Jean-Baptiste Mardelle
Browse files
Make sure to reset effect stack when closing project and track stack displayed
parent
e258f612
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/assetpanel.cpp
View file @
471d0a30
...
...
@@ -229,6 +229,11 @@ void AssetPanel::showEffectStack(const QString &itemName, const std::shared_ptr<
void
AssetPanel
::
clearAssetPanel
(
int
itemId
)
{
if
(
itemId
==
-
1
)
{
// closing project, reset panel
clear
();
return
;
}
ObjectId
id
=
m_effectStackWidget
->
stackOwner
();
if
(
id
.
first
==
ObjectType
::
TimelineClip
&&
id
.
second
==
itemId
)
{
clear
();
...
...
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