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:
michl 2019-02-07 21:46:47 +00:00
parent 99e95a0721
commit 71e6fd3e59

View File

@ -3424,6 +3424,7 @@ begin
then begin
QueryDescription(FRawImage.Description, AFlags, AWidth, AHeight);
ChooseGetSetColorFunctions;
CreateData;
end;
end;