made selected make mode clearer by using a clHighLight background

git-svn-id: trunk@7085 -
This commit is contained in:
vincents 2005-04-18 21:03:24 +00:00
parent 69d1fb9e09
commit ea2800b486

View File

@ -773,7 +773,7 @@ begin
ButtonState:=DFCS_BUTTONPUSH;
if CurItem.MakeMode=mm then begin
inc(ButtonState,DFCS_PUSHED);
ItemsListBox.Canvas.Brush.Color := clBtnHiLight;
ItemsListBox.Canvas.Brush.Color := clHighlight;
end
else
ItemsListBox.Canvas.Brush.Color := clBtnFace;