mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 06:07:29 +01:00
LCL: call TCustomEdit.Change even if no handle is allocated
git-svn-id: trunk@21801 -
This commit is contained in:
parent
953f2f79df
commit
4d4b4bb80e
@ -472,7 +472,7 @@ begin
|
||||
if not (wcfCreatingHandle in FWinControlFlags) then
|
||||
begin
|
||||
Modified := True;
|
||||
if HandleAllocated then
|
||||
if ([csLoading,csDestroying]*ComponentState=[]) then
|
||||
Change;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user