diff --git a/source/main.pas b/source/main.pas index dcaefeea..cf8702c2 100644 --- a/source/main.pas +++ b/source/main.pas @@ -4913,7 +4913,7 @@ begin actSaveSQLselection.Enabled := InQueryTab and HasSelection; actSaveSQLSnippet.Enabled := InQueryTab and NotEmpty; actSaveSQLSelectionSnippet.Enabled := InQueryTab and HasSelection; - actClearQueryEditor.Enabled := InQueryTab and NotEmpty; + actClearQueryEditor.Enabled := InQueryTab; actSetDelimiter.Enabled := InQueryTab; actCloseQueryTab.Enabled := IsQueryTab(PageControlMain.ActivePageIndex, False); end;