Designer: Fix flickering cursor when dragging control on windows 7 64 bit. Issue #20292, patch from Cyrax.

git-svn-id: trunk@41934 -
This commit is contained in:
juha 2013-06-29 08:03:30 +00:00
parent 2be358f6f3
commit 0acde59704

View File

@ -1543,7 +1543,7 @@ end;
function TDesigner.HandleSetCursor(var TheMessage: TLMessage): boolean;
begin
Result := Lo(TheMessage.LParam) = HTCLIENT;
Result := Lo(DWord(TheMessage.LParam)) = HTCLIENT;
if Result then
begin
SetTempCursor(Form, LastFormCursor);