mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix AV mentioned in issue #801 AV on "Set NULL" with no focused row in datagrid
This commit is contained in:
@@ -2169,6 +2169,7 @@ begin
|
||||
MainForm.actCopyAsXML.Enabled := inDataOrQueryTabNotEmpty;
|
||||
MainForm.actExportData.Enabled := inDataOrQueryTabNotEmpty;
|
||||
MainForm.actHTMLView.Enabled := inDataOrQueryTabNotEmpty;
|
||||
setNull1.Enabled := inDataTab and Assigned(DataGrid.FocusedNode);
|
||||
|
||||
// Query tab
|
||||
MainForm.actLoadSQL.Enabled := FrmIsFocussed;
|
||||
|
||||
Reference in New Issue
Block a user