mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
* Fix from maillist.
git-svn-id: trunk@185 -
This commit is contained in:
parent
d7c1389787
commit
ddd97cd953
@ -1801,7 +1801,7 @@ exit;
|
|||||||
I := GetEnumValue(GetPropType, NewValue);
|
I := GetEnumValue(GetPropType, NewValue);
|
||||||
if I < 0 then begin
|
if I < 0 then begin
|
||||||
{raise EPropertyError.CreateRes(@SInvalidPropertyValue)};
|
{raise EPropertyError.CreateRes(@SInvalidPropertyValue)};
|
||||||
exit;
|
// exit;
|
||||||
end;
|
end;
|
||||||
SetOrdValue(I);
|
SetOrdValue(I);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user