mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 08:20:19 +02:00
LCL: TListView: Reset FEditor bounds after hiding. issue #30055
git-svn-id: trunk@52250 -
This commit is contained in:
parent
2aaeaacc7b
commit
808ebe708e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user