From 66ddbe063abd65c55b0ab645f515e2648ee9174a Mon Sep 17 00:00:00 2001 From: ondrej Date: Thu, 17 Dec 2015 19:20:16 +0000 Subject: [PATCH] LCL: grids: support string editor alignment git-svn-id: trunk@50874 - --- lcl/grids.pas | 7 +++++++ lcl/interfaces/gtk2/gtk2wsgrids.pp | 2 +- lcl/interfaces/qt/qtwsgrids.pp | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lcl/grids.pas b/lcl/grids.pas index 713cfb2da1..67c0d2b9f3 100644 --- a/lcl/grids.pas +++ b/lcl/grids.pas @@ -6622,6 +6622,13 @@ begin EditorSetValue; if ParentChanged then Editor.Parent:=Self; + if FEditor=FStringEditor then + begin + if FCol