mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 09:40:31 +01:00
win32: set WS_EX_LAYERED in TCustomForm.CreateHandle if needed
git-svn-id: trunk@23570 -
This commit is contained in:
parent
c135622fe5
commit
ab7d791825
@ -330,6 +330,8 @@ begin
|
||||
( not (csDesigning in lForm.ComponentState) and
|
||||
(lForm.ShowInTaskBar = stAlways)) then
|
||||
FlagsEx := FlagsEx or WS_EX_APPWINDOW;
|
||||
if lForm.AlphaBlend then
|
||||
FlagsEx := FlagsEx or WS_EX_LAYERED;
|
||||
end;
|
||||
SetStdBiDiModeParams(AWinControl, Params);
|
||||
// create window
|
||||
|
||||
Loading…
Reference in New Issue
Block a user