LazControl: LazIntegerEdit, result not set

This commit is contained in:
Martin 2024-08-15 23:52:12 +02:00
parent 5bdd772f03
commit 20445109d5

View File

@ -411,6 +411,7 @@ var
s: String;
n: Boolean;
begin
Result := True;
APrefix := '';
AVal := 0;
s := RealGetText;
@ -433,6 +434,7 @@ begin
AVal := -AVal;
{$POP}
except
Result := False;
if n then
AVal := Min_Limit
else