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
c41e8b48
Commit
c41e8b48
authored
Sep 14, 2021
by
Julius Künzel
Browse files
Multicam tool: perform operation on keyboard track selection too
parent
acbdafae
Pipeline
#80604
passed with stage
in 8 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
c41e8b48
...
...
@@ -4432,6 +4432,9 @@ void MainWindow::slotActivateVideoTrackSequence()
int
trackPos
=
qBound
(
0
,
action
->
data
().
toInt
(),
trackIds
.
count
()
-
1
);
int
tid
=
trackIds
.
at
(
trackIds
.
count
()
-
1
-
trackPos
);
getCurrentTimeline
()
->
controller
()
->
setActiveTrack
(
tid
);
if
(
m_activeTool
==
ToolType
::
MulticamTool
)
{
pCore
->
monitorManager
()
->
slotPerformMultiTrackMode
();
}
}
void
MainWindow
::
slotActivateTarget
()
...
...
Write
Preview
Markdown
is supported
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