Bugfix: Change events should not get fired as soon as the table editor has not finished loading.

This commit is contained in:
Ansgar Becker
2009-06-10 15:24:05 +00:00
parent 20cfe200e9
commit ef14ba7cff

View File

@ -192,7 +192,6 @@ begin
FixVT(treeIndexes);
Mainform.RestoreListSetup(listColumns);
Mainform.RestoreListSetup(treeIndexes);
FLoaded := False;
comboRowFormat.Items.CommaText := 'DEFAULT,DYNAMIC,FIXED,COMPRESSED,REDUNDANT,COMPACT';
comboInsertMethod.Items.CommaText := 'NO,FIRST,LAST';
SynMemoALTERcode.TabWidth := Mainform.SynMemoQuery.TabWidth;
@ -231,6 +230,7 @@ var
rx: TRegExpr;
begin
SetStatus('Initializing ...');
FLoaded := False;
// Start with "basic" tab activated when just called
if FAlterTableName <> AlterTableName then
PageControlMain.ActivePage := tabBasic;