mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:29:36 +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 Enabled;
|
||||||
property Font;
|
property Font;
|
||||||
property Height stored False;
|
property Height stored False;
|
||||||
property ImageIndex default 0;
|
property ImageIndex;
|
||||||
property Left stored False;
|
property Left stored False;
|
||||||
property OnContextPopup;
|
property OnContextPopup;
|
||||||
property OnDragDrop;
|
property OnDragDrop;
|
||||||
|
Loading…
Reference in New Issue
Block a user