mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:29:31 +02:00
fixed destroying TSpingEdit
git-svn-id: trunk@6218 -
This commit is contained in:
parent
7ad46a0e3a
commit
6cf3586694
@ -216,6 +216,7 @@ end;
|
||||
procedure TCustomSpinEdit.DestroyComponent;
|
||||
begin
|
||||
GetValue;
|
||||
inherited DestroyComponent;
|
||||
end;
|
||||
|
||||
procedure TCustomSpinEdit.SelectAll;
|
||||
|
Loading…
Reference in New Issue
Block a user