mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:49:19 +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;
|
procedure TCustomComboBox.CloseUp;
|
||||||
begin
|
begin
|
||||||
if [csLoading,csDestroying,csDesigning]*ComponentState<>[] then exit;
|
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;
|
EditingDone;
|
||||||
if Assigned(FOnCloseUp) then FOnCloseUp(Self);
|
if Assigned(FOnCloseUp) then FOnCloseUp(Self);
|
||||||
if FAutoSelect then
|
if FAutoSelect then
|
||||||
|
Loading…
Reference in New Issue
Block a user