Skip to content

Commit ecc9829

Browse files
author
MITEK\mkoning
committed
Recover red glyph.
1 parent 0196a9b commit ecc9829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

OpenCover.UI/Glyphs/LineCoverageGlyphFactory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public class LineCoverageGlyphFactory : TextViewCoverageProviderBase, IGlyphFact
2828
{
2929
const double _glyphSize = 12.0;
3030

31-
//private static Brush _redBrush = new SolidColorBrush(Color.FromRgb(196, 64, 47));
32-
private static Brush _redBrush = new LinearGradientBrush(Color.FromArgb(255,196, 64, 47),Color.FromArgb(50,196,64,47),0);
31+
private static Brush _redBrush = new SolidColorBrush(Color.FromRgb(196, 64, 47));
3332
private static Brush _greenBrush = new SolidColorBrush(Color.FromRgb(88, 196, 84));
3433
private static Brush _orangeBrush = new SolidColorBrush(Color.FromRgb(196, 136, 41));
3534

0 commit comments

Comments
 (0)