mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
ValEdit: In TValueListEditor.ValidateEntry when validation fails, don't continue searching for more violations.
Issue #0025161. git-svn-id: trunk@43521 -
This commit is contained in:
parent
85c81b68df
commit
60b306caa2
@ -1370,6 +1370,7 @@ begin
|
||||
Result := False;
|
||||
ShowMessage(Format(rsVLEDuplicateKey,[NewValue, i + FixedRows]));
|
||||
if Editor is TStringCellEditor then TStringCelleditor(Editor).SelectAll;
|
||||
Break;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user