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
9bf92a85
Commit
9bf92a85
authored
Mar 19, 2020
by
Jean-Baptiste Mardelle
Browse files
Ensure clip monitor audio/video ony drag doesn't collide with marker
parent
b8f07978
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
9bf92a85
...
...
@@ -321,8 +321,8 @@ Item {
Rectangle
{
// Audio or video only drag zone
x
:
5
y
:
parent
.
height
-
height
-
5
x
:
2
y
:
inPoint
.
visible
?
inPoint
.
y
-
height
-
2
:
parent
.
height
-
height
-
2
width
:
childrenRect
.
width
height
:
childrenRect
.
height
color
:
Qt
.
rgba
(
activePalette
.
highlight
.
r
,
activePalette
.
highlight
.
g
,
activePalette
.
highlight
.
b
,
0.7
)
...
...
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