DockedFormEditor: Use clWindow as resize bars background color for better dark theme support

git-svn-id: trunk@64934 -
This commit is contained in:
michl 2021-04-06 21:29:58 +00:00
parent dd531abe78
commit f75c36c2b8

View File

@ -244,7 +244,7 @@ constructor TBar.Create(TheOwner: TComponent);
begin
inherited Create(TheOwner);
BevelOuter := bvNone;
Color := clNone;
Color := clWindow;
SetInitialBounds(0, 0, 8, 8);
FActivated := False;
end;