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
35496f4a
Commit
35496f4a
authored
Oct 17, 2019
by
Jean-Baptiste Mardelle
Browse files
Close favorite effect popup on activation
(cherry picked from commit
e45fe2f5
)
parent
06047a8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
35496f4a
...
...
@@ -436,6 +436,7 @@ void MainWindow::init()
toolButtonAction
->
setDefaultWidget
(
basketButton
);
addAction
(
QStringLiteral
(
"favorite_effects"
),
toolButtonAction
);
connect
(
toolButtonAction
,
&
QAction
::
triggered
,
basketButton
,
&
QToolButton
::
showMenu
);
connect
(
m_effectBasket
,
&
EffectBasket
::
activateAsset
,
menu
,
&
QMenu
::
close
);
// Render button
ProgressButton
*
timelineRender
=
new
ProgressButton
(
i18n
(
"Render"
),
100
,
this
);
...
...
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