From ddd97cd95387fe16dbc518caf59fc6d554249cf7 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 19 Feb 2001 17:11:27 +0000 Subject: [PATCH] * Fix from maillist. git-svn-id: trunk@185 - --- designer/propedits.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/propedits.pp b/designer/propedits.pp index 4a0fffe239..0144f73101 100644 --- a/designer/propedits.pp +++ b/designer/propedits.pp @@ -1801,7 +1801,7 @@ exit; I := GetEnumValue(GetPropType, NewValue); if I < 0 then begin {raise EPropertyError.CreateRes(@SInvalidPropertyValue)}; - exit; +// exit; end; SetOrdValue(I); end;