mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-17 04:40:18 +08:00
Move creation of SQLhelp from application startup to a place where it's done on demand.
Move public property keyword to the private context as it is no longer accessed from outside.
This commit is contained in:
@ -45,8 +45,6 @@ begin
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
debug('perf: Main created.');
|
||||
|
||||
Application.CreateForm(TfrmSQLhelp, frmSQLhelp); debug('perf: frmSQLhelp created.');
|
||||
|
||||
|
||||
try
|
||||
try
|
||||
|
Reference in New Issue
Block a user