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
00959165
Commit
00959165
authored
Feb 28, 2021
by
Jean-Baptiste Mardelle
Browse files
Comment out recent lost timeline focus that made things worse
parent
e52546e8
Pipeline
#52524
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
00959165
...
...
@@ -1542,9 +1542,12 @@ Rectangle {
}
function
doRegainFocus
()
{
// This is currently broken, fix pending
return
var
itemPos
=
mapToItem
(
tracksContainerArea
,
mouseX
,
mouseY
)
var
currentMouseTrack
=
Logic
.
getTrackIdFromPos
(
parent
.
y
+
mouseY
)
// Try to find correct item
console
.
log
(
'
checking item on TK:
'
,
currentMouseTrack
,
'
AT:
'
,
itemPos
.
x
,
'
mouse:
'
,
mouseX
,
'
, PARENT:
'
,
parent
.
x
)
var
tentativeClip
=
getItemAtPos
(
currentMouseTrack
,
itemPos
.
x
,
dragProxy
.
isComposition
)
if
(
tentativeClip
&&
tentativeClip
.
clipId
)
{
dragProxy
.
draggedItem
=
tentativeClip
.
clipId
...
...
Coletivo Antimídia
@antimidia
mentioned in issue
#988 (closed)
·
Mar 13, 2021
mentioned in issue
#988 (closed)
mentioned in issue #988
Toggle commit list
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