Skip to content
GitLab
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
575a0f48
Commit
575a0f48
authored
Aug 29, 2020
by
Jean-Baptiste Mardelle
Browse files
Merge branch '2008'
parents
9b08d73e
c4966aac
Pipeline
#32271
passed with stage
in 18 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
575a0f48
...
...
@@ -422,7 +422,7 @@ void MainWindow::init()
pCore
->
mixer
()
->
connectMixer
(
visible
);
showMixer
->
setChecked
(
visible
);
});
connect
(
showMixer
,
&
QAction
::
triggered
,
this
,
[
&
,
m_mixerDock
]()
{
connect
(
showMixer
,
&
QAction
::
triggered
,
this
,
[
&
]()
{
if
(
m_mixerDock
->
isVisible
()
&&
!
m_mixerDock
->
visibleRegion
().
isEmpty
())
{
m_mixerDock
->
close
();
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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