mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 05:59:25 +02:00
LCL: combo box: fix typo
git-svn-id: trunk@55244 -
This commit is contained in:
parent
9a9e336851
commit
2276076e95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user