mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 19:19:26 +02:00
parent
b00992bb32
commit
dcd5d9b09e
@ -1304,7 +1304,7 @@ function TWinCEWidgetSet.FrameRect(DC: HDC; const ARect: TRect;
|
|||||||
hBr: HBRUSH) : integer;
|
hBr: HBRUSH) : integer;
|
||||||
begin
|
begin
|
||||||
//roozbeh....works for now!
|
//roozbeh....works for now!
|
||||||
Result := Integer(DrawFocusRect(DC,Arect));
|
Result := Integer(windows.DrawFocusRect(DC,Arect));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user