LCL/ValueListEditor: Fix mismatch of FixedCols default value in constructor and property declaration (issue #41589).

This commit is contained in:
wp_xyz 2025-04-14 18:56:34 +02:00
parent 44942f15a1
commit f826b89848

View File

@ -222,7 +222,7 @@ type
property Enabled; property Enabled;
property ExtendedSelect; property ExtendedSelect;
property FixedColor; property FixedColor;
property FixedCols; property FixedCols default 0;
property Flat; property Flat;
property Font; property Font;
property GridLineWidth; property GridLineWidth;