LCL: TTabSheet.ImageIndex should be -1, not 0. fixed issue #22618

git-svn-id: trunk@38325 -
This commit is contained in:
zeljko 2012-08-22 08:42:00 +00:00
parent 17acb22f33
commit f7d3d17b9c

View File

@ -472,7 +472,7 @@ type
property Enabled;
property Font;
property Height stored False;
property ImageIndex default 0;
property ImageIndex;
property Left stored False;
property OnContextPopup;
property OnDragDrop;