You've already forked lazarus-ccr
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:
@ -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 := [];
|
||||
|
Reference in New Issue
Block a user