lcl: undo 22100

git-svn-id: trunk@22183 -
This commit is contained in:
mattias 2009-10-15 07:13:30 +00:00
parent dbbb1db868
commit 8c63f1100c
2 changed files with 8 additions and 4 deletions

View File

@ -11,7 +11,7 @@ packages=regexpr
[target]
programs=lazarus startlazarus
dirs=lcl packager/registration ideintf packager components ide tools
dirs=lcl packager/registration ideintf packager components
exampledirs=examples
[compiler]
@ -45,7 +45,11 @@ endif
#-----------------------------------------------------------------------------
[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:
@ -78,7 +82,8 @@ lazbuilder:
#-----------------------------------------------------------------------------
tools: lcl
$(MAKE) -C tools
#-----------------------------------------------------------------------------
examples: lcl components

View File

@ -2452,7 +2452,6 @@ begin
Result:=AutoSize
and (not AutoSizing)
and (not (csDestroying in ComponentState))
and ((not (csDesigning in ComponentState)) or (Parent<>nil)) // do not autosize forms in the designer
and IsControlVisible;
{$IFDEF VerboseCanAutoSize}
if (not Result) and AutoSize then begin