You've already forked lazarus-ccr
* Fix compilation on non windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@831 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -24091,7 +24091,8 @@ begin
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Brush.Style := bsClear;
|
//lcl: Is not necessary to set the style here
|
||||||
|
//Brush.Style := bsClear;
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
@@ -24171,7 +24172,7 @@ begin
|
|||||||
InflateRect(FocusRect, -1, -1);
|
InflateRect(FocusRect, -1, -1);
|
||||||
{$endif ThemeSupport}
|
{$endif ThemeSupport}
|
||||||
|
|
||||||
Windows.DrawFocusRect(Handle, FocusRect);
|
LCLIntf.DrawFocusRect(Handle, FocusRect);
|
||||||
SetTextColor(Handle, TextColorBackup);
|
SetTextColor(Handle, TextColorBackup);
|
||||||
SetBkColor(Handle, BackColorBackup);
|
SetBkColor(Handle, BackColorBackup);
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user