mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
LCL: TTabSheet.ImageIndex should be -1, not 0. fixed issue #22618
git-svn-id: trunk@38325 -
This commit is contained in:
parent
17acb22f33
commit
f7d3d17b9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user