Merged revision(s) 65303 #ffa2a3f3c2 from trunk:

LCL: Revert revision 63847 #55d0c7bc3a fixing FormShow call at wrong time. Issue #38922
........

git-svn-id: branches/fixes_2_2@65308 -
This commit is contained in:
maxim 2021-06-25 21:33:12 +00:00
parent b64ae7bdb6
commit 9f42f210cb

View File

@ -706,7 +706,7 @@ begin
end;
{ call onShow() or onActivate() for the first time,
after first OnResize() and OnChangeBounds() }
if FDelayedOnResize or FDelayedOnChangeBounds then
if FDelayedOnResize and FDelayedOnChangeBounds then
begin
if FIsFirstOnShow then
begin