jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

Fix two issues with jBitmap.LoadFromFile method #502

Closed Codereamp closed 8 months ago

Codereamp commented 8 months ago

This patch tries to solve two issues with the jBitmap.LoadFromFile method.

The change with underscore symbol for FWidth, FHeight (visible in diff) is because while testing I dealt with an older implementation of jBitmap when the fields were called differently.

jmpessoa commented 8 months ago

Thank you!

Codereamp commented 8 months ago

@jmpessoa: Thank you for your work )