mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 17:39:18 +02:00
Merged revision(s) 48941 #ae10af0c87 from trunk:
Win32: fixed range check error.Patch by Petr-K. issue #28039 ........ git-svn-id: branches/fixes_1_4@48953 -
This commit is contained in:
parent
f9b2ee6b61
commit
b4de795627
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user