mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
Qt: fix wrong result position inside setWindowOrgEx()
git-svn-id: trunk@17216 -
This commit is contained in:
parent
37baa89598
commit
df87cd1869
@ -4373,9 +4373,8 @@ begin
|
||||
if OldPoint <> nil then
|
||||
OldPoint^ := P;
|
||||
TQtDeviceContext(DC).translate(-NewX, -NewY);
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
function TQtWidgetSet.ShowCaret(hWnd: HWND): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user