mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Remove MainFormOnTaskBar, revert r3763, to fix issue #2640. Disables support for Windows Flip3D, but who cares.
This commit is contained in:
@ -71,7 +71,6 @@ begin
|
|||||||
Application.CreateForm(TMainForm, MainForm);
|
Application.CreateForm(TMainForm, MainForm);
|
||||||
Application.OnMessage := Mainform.OnMessageHandler;
|
Application.OnMessage := Mainform.OnMessageHandler;
|
||||||
MainForm.AfterFormCreate;
|
MainForm.AfterFormCreate;
|
||||||
Application.MainFormOnTaskBar := True;
|
|
||||||
Application.Run;
|
Application.Run;
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
Reference in New Issue
Block a user