mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:10:20 +02:00
* Fixed alphashift
git-svn-id: trunk@10755 -
This commit is contained in:
parent
78aee44612
commit
d50417ed40
@ -613,7 +613,7 @@ begin
|
||||
Desc.AlphaPrec := 8;
|
||||
Desc.AlphaSeparate := False;
|
||||
Desc.AlphaLineEnd := rileDQWordBoundary;
|
||||
Desc.AlphaShift := 24;
|
||||
Desc.AlphaShift := 0;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user