mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 17:39:16 +02:00
LCL: TLazIntfImage: Create data with defined size and flags. Issue #35035. Patch from Ondrej Pokorny
git-svn-id: trunk@60360 -
This commit is contained in:
parent
99e95a0721
commit
71e6fd3e59
@ -3424,6 +3424,7 @@ begin
|
|||||||
then begin
|
then begin
|
||||||
QueryDescription(FRawImage.Description, AFlags, AWidth, AHeight);
|
QueryDescription(FRawImage.Description, AFlags, AWidth, AHeight);
|
||||||
ChooseGetSetColorFunctions;
|
ChooseGetSetColorFunctions;
|
||||||
|
CreateData;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user