mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Bugfix: Change events should not get fired as soon as the table editor has not finished loading.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user