diff --git a/lcl/include/customlistbox.inc b/lcl/include/customlistbox.inc index bc86157f92..923beb3b4f 100644 --- a/lcl/include/customlistbox.inc +++ b/lcl/include/customlistbox.inc @@ -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;