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
|
||||
else
|
||||
begin
|
||||
Brush.Style := bsClear;
|
||||
//lcl: Is not necessary to set the style here
|
||||
//Brush.Style := bsClear;
|
||||
end;
|
||||
end
|
||||
else
|
||||
@ -24171,7 +24172,7 @@ begin
|
||||
InflateRect(FocusRect, -1, -1);
|
||||
{$endif ThemeSupport}
|
||||
|
||||
Windows.DrawFocusRect(Handle, FocusRect);
|
||||
LCLIntf.DrawFocusRect(Handle, FocusRect);
|
||||
SetTextColor(Handle, TextColorBackup);
|
||||
SetBkColor(Handle, BackColorBackup);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user