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
0d120122
Commit
0d120122
authored
Nov 21, 2019
by
Vincent Pinon
Browse files
Return of green audio clips
(in 19.12 requests / milestones)
parent
f7ec683f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinecontroller.cpp
View file @
0d120122
...
...
@@ -2568,8 +2568,8 @@ QColor TimelineController::videoColor() const
QColor
TimelineController
::
audioColor
()
const
{
KColorScheme
scheme
(
QApplication
::
palette
().
currentColorGroup
()
,
KColorScheme
::
Complementary
);
return
scheme
.
foreground
(
KColorScheme
::
Ac
tiveText
).
color
();
KColorScheme
scheme
(
QApplication
::
palette
().
currentColorGroup
());
return
scheme
.
foreground
(
KColorScheme
::
Posi
tiveText
).
color
();
}
QColor
TimelineController
::
lockedColor
()
const
...
...
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