mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
fix: crash in AnyGridPaintText with no query result
Found in recently uploaded crash reports
This commit is contained in:
@@ -10520,6 +10520,8 @@ begin
|
||||
end;
|
||||
|
||||
r := GridResult(Sender);
|
||||
if not Assigned(r) then
|
||||
Exit;
|
||||
RowNumber := Sender.GetNodeData(Node);
|
||||
r.RecNo := RowNumber^;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user