mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +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);
|
||||
if I < 0 then begin
|
||||
{raise EPropertyError.CreateRes(@SInvalidPropertyValue)};
|
||||
exit;
|
||||
// exit;
|
||||
end;
|
||||
SetOrdValue(I);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user