From 6869583b9a9c877a237ccb09146abf789943219b Mon Sep 17 00:00:00 2001 From: alexs75 Date: Fri, 30 Jan 2015 12:27:21 +0000 Subject: [PATCH] RxFPC: TCurrencyEdit.Clear now work git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3911 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/trunk/curredit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rx/trunk/curredit.pas b/components/rx/trunk/curredit.pas index ecd483632..b13425c29 100644 --- a/components/rx/trunk/curredit.pas +++ b/components/rx/trunk/curredit.pas @@ -671,7 +671,7 @@ end; procedure TCustomNumEdit.Clear; begin - + Text:=''; end; initialization