Fix: do not hide the editor

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3070 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo
2014-05-21 08:46:14 +00:00
parent c57b353e68
commit 1c9191b515

View File

@ -191,7 +191,6 @@ begin
ftString:
Result := stringDbGridControl.Editor(Self, Columns[Column - 1].MaxLength);
end;
Result.Visible := False;
end;
end;
end;