From 5d6a59cbb4031a057ab33fa558c7386dd8d5dbb3 Mon Sep 17 00:00:00 2001 From: zeljko Date: Mon, 29 Feb 2016 12:19:17 +0000 Subject: [PATCH] Win32: reverted r51728 #834fb90d08, issue #29744 git-svn-id: trunk@51756 - --- lcl/interfaces/win32/win32wsforms.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lcl/interfaces/win32/win32wsforms.pp b/lcl/interfaces/win32/win32wsforms.pp index fa2873e4a8..e79e3cbb46 100644 --- a/lcl/interfaces/win32/win32wsforms.pp +++ b/lcl/interfaces/win32/win32wsforms.pp @@ -392,10 +392,6 @@ var begin // general initialization of Params PrepareCreateWindow(AWinControl, AParams, Params); - // show minimized modal window in taskbar not above start button. issue #29744 - if (fsModal in TCustomForm(AWinControl).FormState) and - (TCustomForm(AWinControl).BorderStyle <> bsNone) and (TCustomForm(AWinControl).PopupParent = nil) then - Params.Parent := Windows.GetDesktopWindow; // customization of Params with Params do