mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +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]
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user