mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
added Bart Boersma to the contributors
git-svn-id: trunk@11491 -
This commit is contained in:
parent
4750d21b79
commit
3f7cf2ae0c
@ -10,6 +10,7 @@ Andreas Schneider
|
||||
Andrew Haines
|
||||
Andrew Johnson
|
||||
Antonio Galvao
|
||||
Bart Broersma
|
||||
Bob Wingard
|
||||
Boguslaw Brandys
|
||||
Boris Arko
|
||||
|
@ -397,10 +397,8 @@ type
|
||||
|
||||
TReplaceDialog = class(TFindDialog)
|
||||
protected
|
||||
//Bugfix start
|
||||
procedure ReplaceClick(Sender: TObject);
|
||||
procedure ReplaceAllClick(Sender: TObject);
|
||||
//Bugfix end
|
||||
function CreateForm: TForm; override;
|
||||
procedure SetFormValues; override;
|
||||
procedure GetFormValues; override;
|
||||
|
@ -615,7 +615,7 @@ var
|
||||
crsScaleChilds:
|
||||
begin
|
||||
{$IFDEF CPU64}
|
||||
{$NOTE remove this workaround, when comiler bug fixed}
|
||||
{$NOTE remove this workaround, when compiler bug fixed}
|
||||
if Child.MinimumSize[Orientation]=0 then
|
||||
CurScale:=0
|
||||
else
|
||||
@ -636,7 +636,7 @@ var
|
||||
crsHomogenousChildResize:
|
||||
begin
|
||||
{$IFDEF CPU64}
|
||||
{$NOTE remove this workaround, when comiler bug fixed}
|
||||
{$NOTE remove this workaround, when compiler bug fixed}
|
||||
if Child.MinimumSize[Orientation]=0 then
|
||||
CurScale:=0
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user