Partial fix for bug #24105

git-svn-id: trunk@47644 -
This commit is contained in:
wassim 2015-02-07 13:07:23 +00:00
parent b00992bb32
commit dcd5d9b09e

View File

@ -1304,7 +1304,7 @@ function TWinCEWidgetSet.FrameRect(DC: HDC; const ARect: TRect;
hBr: HBRUSH) : integer;
begin
//roozbeh....works for now!
Result := Integer(DrawFocusRect(DC,Arect));
Result := Integer(windows.DrawFocusRect(DC,Arect));
end;
{------------------------------------------------------------------------------