From 2276076e951a1f7d0bed239edc047bc9b10ddf7b Mon Sep 17 00:00:00 2001 From: ondrej Date: Mon, 5 Jun 2017 19:09:38 +0000 Subject: [PATCH] LCL: combo box: fix typo git-svn-id: trunk@55244 - --- lcl/include/customcombobox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/include/customcombobox.inc b/lcl/include/customcombobox.inc index c79a64f171..13042868fa 100644 --- a/lcl/include/customcombobox.inc +++ b/lcl/include/customcombobox.inc @@ -251,7 +251,7 @@ end; procedure TCustomComboBox.CloseUp; begin if [csLoading,csDestroying,csDesigning]*ComponentState<>[] then exit; - if Style in [csSingle, csDropDown] then // To-Do: csOwnerDrawEditableFixed, csOwnerDrawEditableVariable + if Style in [csSimple, csDropDown] then // To-Do: csOwnerDrawEditableFixed, csOwnerDrawEditableVariable EditingDone; if Assigned(FOnCloseUp) then FOnCloseUp(Self); if FAutoSelect then