From a7e855733d2a655fede13da970590703e170c629 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 27 May 2007 01:03:39 +0000 Subject: Patch from Todd Whiteman to show brace highlight background over caret line background. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 8a2000090..acea1f463 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2176,7 +2176,7 @@ ColourAllocated Editor::TextBackground(ViewStyle &vsDraw, bool overrideBackgroun return vsDraw.edgecolour.allocated; if (inHotspot && vsDraw.hotspotBackgroundSet) return vsDraw.hotspotBackground.allocated; - if (overrideBackground) + if (overrideBackground && (styleMain != STYLE_BRACELIGHT) && (styleMain != STYLE_BRACEBAD)) return background; } return vsDraw.styles[styleMain].back.allocated; -- cgit v1.2.3