Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
ffa2a3f3
Commit
ffa2a3f3
authored
Jun 25, 2021
by
Michael W. Vogel
Browse files
LCL: Revert revision 63847 #
55d0c7bc
fixing FormShow call at wrong time. Issue
#38922
git-svn-id: trunk@65303 -
parent
587b7a85
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/include/customform.inc
View file @
ffa2a3f3
...
...
@@ -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
...
...
Maxim Ganetsky
@ganmax
mentioned in commit
9f42f210
·
Jul 27, 2021
mentioned in commit
9f42f210
mentioned in commit 9f42f210cb94279f968e0811d192d8cb88a86ca2
Toggle commit list
FPC Admin account
@fpc_admin
mentioned in issue
#38922 (closed)
·
Jul 29, 2021
mentioned in issue
#38922 (closed)
mentioned in issue #38922
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment