diff --git a/components/ideintf/propedits.pp b/components/ideintf/propedits.pp index 61c2f89db0..779c660311 100644 --- a/components/ideintf/propedits.pp +++ b/components/ideintf/propedits.pp @@ -3658,7 +3658,7 @@ begin I := GetEnumValue(GetPropType, NewValue); if I < 0 then begin {raise EPropertyError.CreateRes(@SInvalidPropertyValue)}; -// exit; + exit; end; SetOrdValue(I); end;