mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Bugfix: Do not reset the enable state to something incorrect of buttons that already has been given correct state. A regression, not sure from which revision.
This commit is contained in:
@@ -2351,17 +2351,12 @@ begin
|
||||
ButtonRefresh.Enabled := FrmIsFocussed;
|
||||
ButtonReload.Enabled := FrmIsFocussed;
|
||||
ExportTables.Enabled := FrmIsFocussed;
|
||||
ButtonImportTextfile.Enabled := FrmIsFocussed;
|
||||
ButtonCreateTable.Enabled := FrmIsFocussed;
|
||||
ButtonCreateDatabase.Enabled := FrmIsFocussed;
|
||||
ButtonDropDatabase.Enabled := false;
|
||||
MenuRefresh.Enabled := FrmIsFocussed;
|
||||
MenuExport.Enabled := FrmIsFocussed;
|
||||
MenuImportTextFile.Enabled := FrmIsFocussed;
|
||||
MenuCreateTable.Enabled := FrmIsFocussed;
|
||||
MenuCreateDatabase.Enabled := FrmIsFocussed;
|
||||
MenuDropDatabase.Enabled := FrmIsFocussed;
|
||||
DropTable.Enabled := FrmIsFocussed;
|
||||
LoadSQL.Enabled := FrmIsFocussed;
|
||||
MenuFlushHosts.Enabled := FrmIsFocussed;
|
||||
MenuFlushLogs.Enabled := FrmIsFocussed;
|
||||
|
||||
Reference in New Issue
Block a user