You've already forked lazarus-ccr
Sudoku: refine sulution of r7233.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -161,6 +161,7 @@ var
|
||||
NeedsColor: Boolean;
|
||||
GridTextStyle: TTextStyle;
|
||||
begin
|
||||
GridTextStyle := (Sender as TStringGrid).Canvas.TextStyle;
|
||||
GridTextStyle.Alignment := taCenter;
|
||||
GridTextStyle.Layout := tlCenter;
|
||||
(Sender as TStringGrid).Canvas.TextStyle := GridTextStyle;
|
||||
|
Reference in New Issue
Block a user