mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:39:28 +02:00
Win32: reverted r51728 #834fb90d08, issue #29744
git-svn-id: trunk@51756 -
This commit is contained in:
parent
849012c446
commit
5d6a59cbb4
@ -392,10 +392,6 @@ var
|
|||||||
begin
|
begin
|
||||||
// general initialization of Params
|
// general initialization of Params
|
||||||
PrepareCreateWindow(AWinControl, AParams, 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
|
// customization of Params
|
||||||
with Params do
|
with Params do
|
||||||
|
Loading…
Reference in New Issue
Block a user