Qt: fix wrong result position inside setWindowOrgEx()

git-svn-id: trunk@17216 -
This commit is contained in:
zeljko 2008-11-04 12:11:21 +00:00
parent 37baa89598
commit df87cd1869

View File

@ -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;