mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 12:20:46 +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
|
if not ATabControl.ShowTabs then
|
||||||
Exit;
|
Exit;
|
||||||
|
|
||||||
Index := AChild.PageIndex;
|
Index := AChild.VisibleIndex;
|
||||||
TCI.Mask := TCIF_IMAGE or TCIF_PARAM;
|
TCI.Mask := TCIF_IMAGE or TCIF_PARAM;
|
||||||
{$ifdef WindowsUnicodeSupport}
|
{$ifdef WindowsUnicodeSupport}
|
||||||
if UnicodeEnabledOS then
|
if UnicodeEnabledOS then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user