mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 11:10:31 +02:00
LCL: Revert revision 63847 #55d0c7bc3a fixing FormShow call at wrong time. Issue #38922
git-svn-id: trunk@65303 -
This commit is contained in:
parent
587b7a8582
commit
ffa2a3f3c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user