mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-17 04:40:18 +08:00
Don't create form "column_selection" at startup, as it's created on demand. Form creation at demand-time (or JIT) is one way to increase performance. Please change DPR files with caution.
This commit is contained in:
@ -43,7 +43,6 @@ begin
|
||||
Application.Initialize;
|
||||
Application.Title := APPNAME;
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.CreateForm(TColumnSelectionForm, ColumnSelectionForm);
|
||||
debug('perf: Main created.');
|
||||
|
||||
Application.CreateForm(TCreateTableForm, CreateTableForm); debug('perf: CreateTable created.');
|
||||
|
Reference in New Issue
Block a user