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
1bfca966
Commit
1bfca966
authored
Sep 22, 2019
by
Jean-Baptiste Mardelle
Browse files
Show track effect stack when clicking on it's name
parent
61d2b850
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/TrackHead.qml
View file @
1bfca966
...
...
@@ -382,6 +382,7 @@ Rectangle {
nameEdit
.
selectAll
()
}
onClicked
:
{
timeline
.
showTrackAsset
(
trackId
)
trackHeadRoot
.
clicked
()
trackHeadRoot
.
focus
=
true
}
...
...
src/timeline2/view/qml/timeline.qml
View file @
1bfca966
...
...
@@ -796,7 +796,6 @@ Rectangle {
onClicked
:
{
timeline
.
activeTrack
=
tracksRepeater
.
itemAt
(
index
).
trackInternalId
console
.
log
(
'
track name:
'
,
index
,
'
=
'
,
model
.
name
,
'
/
'
,
tracksRepeater
.
itemAt
(
index
).
trackInternalId
)
//timeline.selectTrackHead(currentTrack)
}
}
}
...
...
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