mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +02:00
made selected make mode clearer by using a clHighLight background
git-svn-id: trunk@7085 -
This commit is contained in:
parent
69d1fb9e09
commit
ea2800b486
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user