Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
b40e9aa2
Commit
b40e9aa2
authored
Sep 28, 2017
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Remove custom HUDOutlineView selection color
This is not working fine anymore and causing visual glitches.
parent
05c3bb28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
modules/gui/macosx/VLCHUDOutlineView.m
modules/gui/macosx/VLCHUDOutlineView.m
+0
-5
No files found.
modules/gui/macosx/VLCHUDOutlineView.m
View file @
b40e9aa2
...
...
@@ -50,7 +50,6 @@
if
(
self
)
{
_tableBackgroundColor
=
[
NSColor
colorWithCalibratedRed
:
0
green
:
0
blue
:
0
alpha
:
0
];
_cellHighlightColor
=
[
NSColor
colorWithDeviceRed
:
0
.
549
f
green
:
0
.
561
f
blue
:
0
.
588
f
alpha
:
1
];
_cellEditingFillColor
=
[
NSColor
colorWithDeviceRed
:
0
.
141
f
green
:
0
.
141
f
blue
:
0
.
141
f
alpha
:
0
.
5
f
];
_cellAlternatingRowColors
=
@[[
NSColor
colorWithCalibratedWhite
:
0
.
16
f
alpha
:
0
.
86
f
],
[
NSColor
colorWithCalibratedWhite
:
0
.
15
f
alpha
:
0
.
8
f
]];
...
...
@@ -74,10 +73,6 @@
return
_cellAlternatingRowColors
;
}
-
(
id
)
_highlightColorForCell
:(
id
)
cell
{
return
_cellHighlightColor
;
}
-
(
void
)
_sendDelegateWillDisplayCell
:(
id
)
cell
forColumn
:(
id
)
column
row
:(
NSInteger
)
row
{
[
super
_sendDelegateWillDisplayCell
:
cell
forColumn
:
column
row
:
row
];
...
...
Write
Preview
Markdown
is supported
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