mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Bugfix: Update control state in optimize table window when switching databases (see code).
This commit is contained in:
@ -102,6 +102,8 @@ begin
|
||||
TablesCheckListBox.Items := Mainform.ChildWin.GetCol( 'SHOW TABLES FROM ' + MainForm.mask(DBComboBox.Text) );
|
||||
// Check all
|
||||
ToggleCheckListBox( TablesCheckListBox, True );
|
||||
// Enable controls if there are tables in the database.
|
||||
ValidateControls;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user