mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Enable visible application screen in Windows 7 Flip3D feature. Fixes issue #2351.
This commit is contained in:
@ -58,6 +58,7 @@ begin
|
||||
else begin
|
||||
Application.Initialize;
|
||||
Application.Title := APPNAME;
|
||||
Application.MainFormOnTaskBar := True;
|
||||
Application.UpdateFormatSettings := False;
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.OnMessage := Mainform.OnMessageHandler;
|
||||
|
Reference in New Issue
Block a user