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:
zeljko 2012-08-22 07:38:18 +00:00
parent 98dd16b6c0
commit 1ce7054f0d

View File

@ -61,7 +61,6 @@ end;
constructor TTabSheet.Create(TheOwner: TComponent);
begin
inherited Create(TheOwner);
ImageIndex:=0;
end;
destructor TTabSheet.Destroy;