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
e9d9beba
Commit
e9d9beba
authored
Feb 27, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix tags corrupting audio/video icons in bin
parent
a177f133
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
e9d9beba
...
...
@@ -266,6 +266,7 @@ public:
painter
->
drawRoundedRect
(
tagRect
,
tagRect
.
height
()
/
2
,
tagRect
.
height
()
/
2
);
tagRect
.
moveTop
(
tagRect
.
bottom
()
+
tagRect
.
height
()
/
4
);
}
painter
->
setBrush
(
Qt
::
NoBrush
);
}
if
(
!
subText
.
isEmpty
())
{
r2
.
adjust
(
0
,
int
(
bounding
.
bottom
()
-
r2
.
top
()),
0
,
0
);
...
...
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