mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 05:41:16 +02:00
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:
parent
2be358f6f3
commit
0acde59704
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user