mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 05:19:25 +02:00
LCL: commented debug info for TCustomFloatSpinEdit.TextChanged
git-svn-id: trunk@11588 -
This commit is contained in:
parent
9a4689733f
commit
9c00283d84
@ -48,7 +48,7 @@ begin
|
||||
PrevValue := FValue;
|
||||
FValueChanged := True;
|
||||
|
||||
DebugLn('TCustomFloatSpinEdit.TextChanged Text: ' + Text + ' Value: ' + DbgS(Value));
|
||||
//DebugLn('TCustomFloatSpinEdit.TextChanged Text: ' + Text + ' Value: ' + DbgS(Value));
|
||||
|
||||
if Value <> PrevValue then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user