mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:00:23 +02:00
Text property is valid in OnChange event (reverted 8198 #d672ec111b completely)
git-svn-id: trunk@8211 -
This commit is contained in:
parent
57c8f0abe2
commit
3b444c3425
@ -715,10 +715,8 @@ begin
|
|||||||
if I >= 0 then
|
if I >= 0 then
|
||||||
ItemIndex := I
|
ItemIndex := I
|
||||||
else if (not (csLoading in ComponentState)) then
|
else if (not (csLoading in ComponentState)) then
|
||||||
begin
|
|
||||||
FItemIndex := -1;
|
FItemIndex := -1;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user