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

git-svn-id: trunk@65303 -
This commit is contained in:
michl 2021-06-25 08:49:12 +00:00
parent 587b7a8582
commit ffa2a3f3c2

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