mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 07:29:30 +02:00
commented out a line.
Shane git-svn-id: trunk@449 -
This commit is contained in:
parent
3ed4f51dc4
commit
79a6fc87ca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user