RxFPC:RxDBGrid - fix editor buttons position

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6041 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2017-10-26 07:14:08 +00:00
parent c460bc96be
commit d0dc24b711

View File

@ -3183,7 +3183,7 @@ end;
procedure TRxDBGrid.AdjustEditorBounds(NewCol, NewRow: Integer); procedure TRxDBGrid.AdjustEditorBounds(NewCol, NewRow: Integer);
begin begin
// inherited AdjustEditorBounds(NewCol, NewRow); inherited AdjustEditorBounds(NewCol, NewRow);
if EditorMode then if EditorMode then
begin begin
DoSetColEdtBtn; DoSetColEdtBtn;