lcl: don't call EditingDone in every item selection of TListBox

git-svn-id: trunk@30409 -
This commit is contained in:
blikblum 2011-04-21 12:17:56 +00:00
parent 25dec85a11
commit c7df2d5f85

View File

@ -320,8 +320,6 @@ end;
procedure TCustomListBox.LMSelChange(var TheMessage);
begin
if [csLoading,csDestroying,csDesigning]*ComponentState<>[] then exit;
if FLockSelectionChange=0 then
EditingDone;
DoSelectionChange(FLockSelectionChange = 0);
end;