mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +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
|
||||
ItemIndex := I
|
||||
else if (not (csLoading in ComponentState)) then
|
||||
begin
|
||||
FItemIndex := -1;
|
||||
inherited;
|
||||
end;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user