diff --git a/source/main.pas b/source/main.pas index d1b6bdae..fe70e4e4 100644 --- a/source/main.pas +++ b/source/main.pas @@ -6292,6 +6292,7 @@ begin actExecuteQuery.Enabled := HasConnection and InQueryTab and NotEmpty and (not Tab.QueryRunning); actExecuteSelection.Enabled := HasConnection and InQueryTab and HasSelection and (not Tab.QueryRunning); actExecuteCurrentQuery.Enabled := actExecuteQuery.Enabled; + actExplainCurrentQuery.Enabled := actExecuteQuery.Enabled; actExplainAnalyzeCurrentQuery.Enabled := actExecuteQuery.Enabled; actSaveSQLAs.Enabled := InQueryTab and NotEmpty; actSaveSQL.Enabled := actSaveSQLAs.Enabled and Tab.Memo.Modified;