Clear tab filename also if query editor is empty. Fixes issue #3241.

This commit is contained in:
Ansgar Becker
2013-06-17 04:27:54 +00:00
parent 1eb32a1e0f
commit 976c215728

View File

@ -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;