commented out a line.

Shane

git-svn-id: trunk@449 -
This commit is contained in:
lazarus 2001-11-21 19:33:41 +00:00
parent 3ed4f51dc4
commit 79a6fc87ca

View File

@ -282,7 +282,7 @@ begin
Result:=true;
Sender.Dispatch(Message);
if (ControlSelection.IsSelected(Sender)) then begin
writeln('*** LM_Move ',Sender.Name,':',Sender.ClassName);
// writeln('*** LM_Move ',Sender.Name,':',Sender.ClassName);
ControlSelection.AdjustSize;
if Assigned(FOnPropertiesChanged) then
FOnPropertiesChanged(Self);