Win32: fixed range check error.Patch by Petr-K. issue #28039

git-svn-id: trunk@48941 -
This commit is contained in:
zeljko 2015-05-06 17:00:41 +00:00
parent 696064a689
commit ae10af0c87

View File

@ -342,7 +342,7 @@ begin
begin
TCI.Mask := TCIF_TEXT or TCIF_PARAM or TCIF_IMAGE;
// store object as extra, so we can verify we got the right page later
TCI.lParam := PtrUInt(AChild);
TCI.lParam := PtrInt(AChild);
TCI.iImage := ATabControl.GetImageIndex(ATabControl.TabToPageIndex(AIndex));
{$ifdef WindowsUnicodeSupport}
if UnicodeEnabledOS then