Win32: reverted r51728 #834fb90d08, issue #29744

git-svn-id: trunk@51756 -
This commit is contained in:
zeljko 2016-02-29 12:19:17 +00:00
parent 849012c446
commit 5d6a59cbb4

View File

@ -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