mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-12 22:56:00 +02:00
LCL/ValueListEditor: Fix mismatch of FixedCols default value in constructor and property declaration (issue #41589).
This commit is contained in:
parent
44942f15a1
commit
f826b89848
@ -222,7 +222,7 @@ type
|
||||
property Enabled;
|
||||
property ExtendedSelect;
|
||||
property FixedColor;
|
||||
property FixedCols;
|
||||
property FixedCols default 0;
|
||||
property Flat;
|
||||
property Font;
|
||||
property GridLineWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user