mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
reduced output
git-svn-id: trunk@3915 -
This commit is contained in:
parent
722e18f899
commit
bcfaae2bf9
@ -29,7 +29,6 @@ end;
|
||||
|
||||
procedure TSpinEdit.SetMaxValue(const AValue: single);
|
||||
begin
|
||||
writeln('TSpinEdit.SetMaxValue ',AValue);
|
||||
if FMaxValue=AValue then exit;
|
||||
FMaxValue:=AValue;
|
||||
UpdateControl;
|
||||
|
Loading…
Reference in New Issue
Block a user