[mono/monodevelop] 101c8917: Fixed 'Bug 15859 - Editor background should not change past column
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <0000014211b17dd4-6f4a9350-94b2-4724-97b8-6af039b3057d-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/85c37c50c311...101c89171005
Commit: 101c891710051067a2d690248dbe888abcf989cc
Author: Mike Krüger <[email protected]> (mkrueger)
Date: 2013-11-01 03:24:06 GMT
URL: https://github.com/mono/monodevelop/commit/101c891710051067a2d690248dbe888abcf989cc
Fixed 'Bug 15859 - Editor background should not change past column
marker'.
Changed paths:
M main/src/core/Mono.Texteditor/Mono.TextEditor/Gui/TextViewMargin.cs
Modified: main/src/core/Mono.Texteditor/Mono.TextEditor/Gui/TextViewMargin.cs
===================================================================
@@ -2442,7 +2442,7 @@ public void DrawRectangleWithRuler (Cairo.Context cr, double x, Cairo.Rectangle
cr.Fill ();
}
cr.Rectangle (divider, area.Y, right - divider, area.Height);
- cr.SetSourceColor (DimColor (color));
+ cr.SetSourceColor (color);
cr.Fill ();
if (beforeDividerWidth > 0) {
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches