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
8c322921
Commit
8c322921
authored
May 17, 2022
by
Jean-Baptiste Mardelle
Browse files
Merge branch '2204'
parents
402450bc
ee7a06a3
Pipeline
#177705
passed with stage
in 7 minutes and 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/audiomixer/mixermanager.cpp
View file @
8c322921
...
...
@@ -139,7 +139,9 @@ void MixerManager::registerTrack(int tid, std::shared_ptr<Mlt::Tractor> service,
m_channelsLayout
->
insertWidget
(
0
,
line
);
m_channelsLayout
->
insertWidget
(
0
,
mixer
.
get
());
m_recommendedWidth
=
(
mixer
->
minimumWidth
()
+
12
+
line
->
minimumWidth
())
*
(
qMin
(
2
,
int
(
m_mixers
.
size
())));
if
(
!
KdenliveSettings
::
mixerCollapse
())
{
m_channelsBox
->
setMinimumWidth
(
m_recommendedWidth
);
}
}
void
MixerManager
::
deregisterTrack
(
int
tid
)
...
...
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