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:
wp_xyz 2025-04-14 18:56:34 +02:00
parent c000c53155
commit a33e695134

View File

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