win32: don't minimize modal windows to window bars above start button for Application.MainFormOnTaskbar=True. Issue #29744

git-svn-id: trunk@51764 -
This commit is contained in:
ondrej 2016-03-01 03:25:36 +00:00
parent 40c2b59c2c
commit 2644bed0f9

View File

@ -933,6 +933,7 @@ begin
begin begin
// issue #26463 // issue #26463
PLMsg^.Result := 1; PLMsg^.Result := 1;
WinProcess := False;
Win32WidgetSet.AppMinimize; Win32WidgetSet.AppMinimize;
end; end;
end; end;