You've already forked lazarus-ccr
RxFPC:RxDBGrid - fix filter on change collumn
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6088 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4957,11 +4957,11 @@ begin
|
||||
FFilterSimpleEdit.Width := Rect.Right - Rect.Left;
|
||||
FFilterSimpleEdit.Height := Rect.Bottom - Rect.Top;
|
||||
FFilterSimpleEdit.BoundsRect := Rect;
|
||||
FFilterSimpleEdit.Show(Self, Cell.x - 1);
|
||||
if C.Filter.CurrentValues.Count>0 then
|
||||
FFilterSimpleEdit.Text := C.Filter.CurrentValues[0]
|
||||
else
|
||||
FFilterSimpleEdit.Text := '';
|
||||
FFilterSimpleEdit.Show(Self, Cell.x - 1);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Reference in New Issue
Block a user