Fix issue #1176: Can't change table engine after creation. Seems a TCombobox.OnChange is not fired if a OnSelect coexists.

This commit is contained in:
Ansgar Becker
2009-06-05 17:25:35 +00:00
parent 164d612e6d
commit 11c70f62ee
2 changed files with 1 additions and 1 deletions

View File

@ -1081,6 +1081,7 @@ begin
IsMerge := (Sender as TComboBox).Text = 'MRG_MYISAM';
memoUnionTables.Enabled := IsMerge;
comboInsertMethod.Enabled := IsMerge;
Modification(Sender);
end;