From cfc02a22792b828ef158681cec6396f067ecdde1 Mon Sep 17 00:00:00 2001 From: alexs75 Date: Fri, 9 Jun 2017 13:40:16 +0000 Subject: [PATCH] RxFPC:fix show text data in RxDBGrid git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5927 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../demos/rxdbgrid/MergeCell/project1.lps | 103 +++++++++--------- components/rx/trunk/rxdb/rxdbgrid.pas | 2 +- 2 files changed, 52 insertions(+), 53 deletions(-) diff --git a/components/rx/trunk/demos/rxdbgrid/MergeCell/project1.lps b/components/rx/trunk/demos/rxdbgrid/MergeCell/project1.lps index 83e8d28f7..8c125732d 100644 --- a/components/rx/trunk/demos/rxdbgrid/MergeCell/project1.lps +++ b/components/rx/trunk/demos/rxdbgrid/MergeCell/project1.lps @@ -17,6 +17,7 @@ + @@ -26,11 +27,11 @@ - + - - + + @@ -38,18 +39,18 @@ - + - + - + - + @@ -70,16 +71,16 @@ - - + + - - + + @@ -92,22 +93,20 @@ - + - - + - - + @@ -115,7 +114,7 @@ - + @@ -123,24 +122,24 @@ - + - - + + - + - + @@ -149,123 +148,123 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/components/rx/trunk/rxdb/rxdbgrid.pas b/components/rx/trunk/rxdb/rxdbgrid.pas index 9f99362a0..770bb135c 100644 --- a/components/rx/trunk/rxdb/rxdbgrid.pas +++ b/components/rx/trunk/rxdb/rxdbgrid.pas @@ -4363,7 +4363,7 @@ begin else S := ''; - S:='11'; +// S:='11'; if (rdgWordWrap in FOptionsRx) and Assigned(C) and (C.WordWrap) then WriteTextHeader(Canvas, aRect, S, C.Alignment)