mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:19:22 +02:00
lcl: undo 22100
git-svn-id: trunk@22183 -
This commit is contained in:
parent
dbbb1db868
commit
8c63f1100c
11
Makefile.fpc
11
Makefile.fpc
@ -11,7 +11,7 @@ packages=regexpr
|
|||||||
|
|
||||||
[target]
|
[target]
|
||||||
programs=lazarus startlazarus
|
programs=lazarus startlazarus
|
||||||
dirs=lcl packager/registration ideintf packager components ide tools
|
dirs=lcl packager/registration ideintf packager components
|
||||||
exampledirs=examples
|
exampledirs=examples
|
||||||
|
|
||||||
[compiler]
|
[compiler]
|
||||||
@ -45,7 +45,11 @@ endif
|
|||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
[rules]
|
[rules]
|
||||||
.PHONY: lcl components packager/registration ideintf packager bigidecomponents idepkg idebig bigide starter lazbuilder tools all clean cleanide purge examples install lazbuild
|
.PHONY: lcl components packager/registration ideintf packager bigidecomponents ide idepkg idebig bigide starter lazbuilder tools all clean cleanide purge examples install lazbuild
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
ide:
|
||||||
|
$(MAKE) -C ide ide
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
idepkg:
|
idepkg:
|
||||||
@ -78,7 +82,8 @@ lazbuilder:
|
|||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
tools: lcl
|
tools: lcl
|
||||||
|
$(MAKE) -C tools
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
examples: lcl components
|
examples: lcl components
|
||||||
|
|
||||||
|
@ -2452,7 +2452,6 @@ begin
|
|||||||
Result:=AutoSize
|
Result:=AutoSize
|
||||||
and (not AutoSizing)
|
and (not AutoSizing)
|
||||||
and (not (csDestroying in ComponentState))
|
and (not (csDestroying in ComponentState))
|
||||||
and ((not (csDesigning in ComponentState)) or (Parent<>nil)) // do not autosize forms in the designer
|
|
||||||
and IsControlVisible;
|
and IsControlVisible;
|
||||||
{$IFDEF VerboseCanAutoSize}
|
{$IFDEF VerboseCanAutoSize}
|
||||||
if (not Result) and AutoSize then begin
|
if (not Result) and AutoSize then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user