mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:00:16 +08:00
Remove workaround from r2338 - no need to force the taskbar button active now that the "Retry connection" logic was removed. Could probably fix issue #1622.
This commit is contained in:
@ -48,7 +48,6 @@ type
|
||||
lblCounterLeft: TLabel;
|
||||
lblCounterRight: TLabel;
|
||||
lblHelp: TLabel;
|
||||
procedure CreateParams(var Params: TCreateParams); override;
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure btnOpenClick(Sender: TObject);
|
||||
procedure FormShow(Sender: TObject);
|
||||
@ -109,14 +108,6 @@ uses Main, helpers, grideditlinks;
|
||||
{$R *.DFM}
|
||||
|
||||
|
||||
procedure Tconnform.CreateParams(var Params: TCreateParams);
|
||||
begin
|
||||
inherited;
|
||||
Params.ExStyle := Params.ExStyle OR WS_EX_APPWINDOW;
|
||||
Params.WndParent := GetDesktopWindow;
|
||||
end;
|
||||
|
||||
|
||||
procedure Tconnform.FormCreate(Sender: TObject);
|
||||
var
|
||||
LastSession: String;
|
||||
|
Reference in New Issue
Block a user