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
This commit is contained in:
wp_xxyyzz
2016-12-16 21:26:46 +00:00
parent 3cd58062e4
commit 8f25373d20

View File

@ -462,7 +462,6 @@ begin
Brush.Color := Blend(clBtnFace, clWindow, 30); Brush.Color := Blend(clBtnFace, clWindow, 30);
FillRect(BR); FillRect(BR);
BR := Rect(BR.Left + 42, BR.Top, BR.Right, BR.Bottom); BR := Rect(BR.Left + 42, BR.Top, BR.Right, BR.Bottom);
Brush.Color := clWindow;
FillRect(BR); FillRect(BR);
Inc(BR.Left, 6); Inc(BR.Left, 6);
Font.Style := []; Font.Style := [];