Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
ae10af0c
Commit
ae10af0c
authored
May 06, 2015
by
Željan Rikalo
🏊🏼
Browse files
Win32: fixed range check error.Patch by Petr-K. issue
#28039
git-svn-id: trunk@48941 -
parent
696064a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/interfaces/win32/win32pagecontrol.inc
View file @
ae10af0c
...
...
@@ -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
:=
Ptr
U
Int
(
AChild
);
TCI
.
lParam
:=
PtrInt
(
AChild
);
TCI
.
iImage
:=
ATabControl
.
GetImageIndex
(
ATabControl
.
TabToPageIndex
(
AIndex
));
{
$ifdef
WindowsUnicodeSupport
}
if
UnicodeEnabledOS
then
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#28039 (closed)
·
Jul 29, 2021
mentioned in issue
#28039 (closed)
mentioned in issue #28039
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment