mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:50:20 +08:00
Clear tab filename also if query editor is empty. Fixes issue #3241.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user