LCL: TListView: Reset FEditor bounds after hiding. issue #30055

git-svn-id: trunk@52250 -
This commit is contained in:
zeljko 2016-04-25 19:44:45 +00:00
parent 2aaeaacc7b
commit 808ebe708e

View File

@ -425,6 +425,7 @@ begin
DoEndEdit(FEditor.Item, S);
FEditor.Item := nil;
FEditor.Visible := False;
FEditor.SetBounds(0, 0, 0, 0);
end;
procedure TCustomListView.ShowEditor;