From f9b6383d576f53d5787bbd29cb6dfbf2a7e62ab3 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 27 Mar 2003 20:02:04 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index f9c2a491a6d..3e5ed1ce859 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-03-27 Alain Magloire + + Patch from Thomas Fletcher. + + * src/org/eclipse/cdt/internal/ui/editor/BracketPainter.java: + The brace highlighting doesn't properly use the background + colour when it is drawn. + 2003-03-27 Alain Magloire ICElement.getResource() no longer throw an exception.