RxFPC: TCurrencyEdit.Clear now work

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3911 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2015-01-30 12:27:21 +00:00
parent 7b848b49d8
commit 6869583b9a

View File

@@ -671,7 +671,7 @@ end;
procedure TCustomNumEdit.Clear; procedure TCustomNumEdit.Clear;
begin begin
Text:='';
end; end;
initialization initialization