mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
LCL: do not touch ImageIndex property since it's -1 by default in TCustomPage.Part of issue #22618
git-svn-id: trunk@38321 -
This commit is contained in:
parent
98dd16b6c0
commit
1ce7054f0d
@ -61,7 +61,6 @@ end;
|
||||
constructor TTabSheet.Create(TheOwner: TComponent);
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
ImageIndex:=0;
|
||||
end;
|
||||
|
||||
destructor TTabSheet.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user