mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 09:37:29 +01:00
win32: use VisibleIndex in MovePage. Issue #22293
git-svn-id: trunk@39886 -
This commit is contained in:
parent
e10e3ce749
commit
ced57c7fc5
@ -368,7 +368,7 @@ begin
|
||||
if not ATabControl.ShowTabs then
|
||||
Exit;
|
||||
|
||||
Index := AChild.PageIndex;
|
||||
Index := AChild.VisibleIndex;
|
||||
TCI.Mask := TCIF_IMAGE or TCIF_PARAM;
|
||||
{$ifdef WindowsUnicodeSupport}
|
||||
if UnicodeEnabledOS then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user