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
1176cdec
Commit
1176cdec
authored
Oct 29, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix typo in previous commit (correctly display collapsed effects)
parent
b2aa7436
Pipeline
#9691
passed with stage
in 26 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/effects/effectstack/view/collapsibleeffectview.cpp
View file @
1176cdec
...
...
@@ -210,7 +210,7 @@ CollapsibleEffectView::CollapsibleEffectView(const std::shared_ptr<EffectItemMod
cb
->
installEventFilter
(
this
);
cb
->
setFocusPolicy
(
Qt
::
StrongFocus
);
}
QMetaObject
::
invokeMethod
(
this
,
"slotSwitch"
,
Qt
::
QueuedConnection
,
Q_ARG
(
bool
,
false
));
QMetaObject
::
invokeMethod
(
this
,
"slotSwitch"
,
Qt
::
QueuedConnection
,
Q_ARG
(
bool
,
m_model
->
isCollapsed
()
));
}
CollapsibleEffectView
::~
CollapsibleEffectView
()
...
...
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