mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
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:
parent
b64ae7bdb6
commit
9f42f210cb
@ -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