mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 00:49:45 +02:00
LCL, grids, corrected initial value of BorderStyle property
git-svn-id: trunk@11893 -
This commit is contained in:
parent
f1216daea2
commit
0d8dc105d4
@ -6554,7 +6554,7 @@ begin
|
||||
FixedRows:=1;
|
||||
Editor:=nil;
|
||||
FBorderColor := cl3DDKShadow;
|
||||
FGridBorderStyle := bsNone;
|
||||
FGridBorderStyle := bsSingle;
|
||||
UpdateBorderStyle;
|
||||
FIgnoreClick := False;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user