Enable cancel button after setting grid cell to NULL. Closes #1146

This commit is contained in:
Ansgar Becker
2020-12-17 12:20:04 +01:00
parent 281a53b88a
commit ca2433b0cd

View File

@ -9910,6 +9910,7 @@ begin
ErrorDialog(E.Message);
end;
Grid.RepaintNode(Grid.FocusedNode);
ValidateControls(Sender);
end;