From 8f25373d200c64fd423bcf4651b1a2d12dedbadb Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Fri, 16 Dec 2016 21:26:46 +0000 Subject: [PATCH] mbColorLib: Fix painting of info node of ColorTree git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5524 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/mbColorLib/mbColorTree.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/components/mbColorLib/mbColorTree.pas b/components/mbColorLib/mbColorTree.pas index 536e909fe..da4408b6f 100644 --- a/components/mbColorLib/mbColorTree.pas +++ b/components/mbColorLib/mbColorTree.pas @@ -462,7 +462,6 @@ begin Brush.Color := Blend(clBtnFace, clWindow, 30); FillRect(BR); BR := Rect(BR.Left + 42, BR.Top, BR.Right, BR.Bottom); - Brush.Color := clWindow; FillRect(BR); Inc(BR.Left, 6); Font.Style := [];