mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-27 23:53:13 +01:00
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:
parent
40c2b59c2c
commit
2644bed0f9
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user