mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 15:50:25 +02:00
LCL/ValueListEditor: Fix mismatch of FixedCols default value in constructor and property declaration (issue #41589).
(cherry picked from commit f826b89848
)
This commit is contained in:
parent
c000c53155
commit
a33e695134
@ -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