From 61a08ad6537c056c476770424428c0f9365abd7d Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 27 Jan 2010 23:59:54 +0000 Subject: [PATCH] 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. --- source/connections.pas | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/connections.pas b/source/connections.pas index 63b23a86..9b4aa06f 100644 --- a/source/connections.pas +++ b/source/connections.pas @@ -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;